Searched refs:right_path (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/fs/ocfs2/ |
D | alloc.c | 2040 struct ocfs2_path *right_path, in ocfs2_complete_edge_insert() argument 2061 right_el = path_leaf_el(right_path); in ocfs2_complete_edge_insert() 2075 el = right_path->p_node[i].el; in ocfs2_complete_edge_insert() 2081 ocfs2_journal_dirty(handle, right_path->p_node[i].bh); in ocfs2_complete_edge_insert() 2088 right_el = right_path->p_node[i].el; in ocfs2_complete_edge_insert() 2098 right_el = right_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert() 2111 struct ocfs2_path *right_path, in ocfs2_rotate_subtree_right() argument 2141 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_right() 2143 ret = ocfs2_path_bh_journal_access(handle, et->et_ci, right_path, in ocfs2_rotate_subtree_right() 2150 for(i = subtree_index + 1; i < path_num_items(right_path); i++) { in ocfs2_rotate_subtree_right() [all …]
|
D | refcounttree.c | 966 struct ocfs2_path *left_path = NULL, *right_path = NULL; in ocfs2_get_refcount_cpos_end() local 1010 right_path = ocfs2_new_path_from_path(left_path); in ocfs2_get_refcount_cpos_end() 1011 if (!right_path) { in ocfs2_get_refcount_cpos_end() 1023 ret = ocfs2_find_path(ci, right_path, cpos); in ocfs2_get_refcount_cpos_end() 1030 right_path); in ocfs2_get_refcount_cpos_end() 1045 ocfs2_free_path(right_path); in ocfs2_get_refcount_cpos_end()
|
/Linux-v5.4/fs/btrfs/ |
D | send.c | 86 struct btrfs_path *right_path; member 273 struct btrfs_path *right_path, 4253 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, in record_deleted_ref() 4334 ret = find_iref(sctx->parent_root, sctx->right_path, in __record_changed_new_ref() 4375 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, in record_changed_ref() 4583 return iterate_dir_item(sctx->parent_root, sctx->right_path, in process_deleted_xattr() 4655 ret = find_xattr(sctx->parent_root, sctx->right_path, in __process_changed_new_xattr() 4702 ret = iterate_dir_item(sctx->parent_root, sctx->right_path, in process_changed_xattr() 6124 right_ii = btrfs_item_ptr(sctx->right_path->nodes[0], in changed_inode() 6125 sctx->right_path->slots[0], in changed_inode() [all …]
|