Searched refs:right_path (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/ocfs2/ |
D | alloc.c | 2054 struct ocfs2_path *right_path, in ocfs2_complete_edge_insert() argument 2075 right_el = path_leaf_el(right_path); in ocfs2_complete_edge_insert() 2089 el = right_path->p_node[i].el; in ocfs2_complete_edge_insert() 2095 ocfs2_journal_dirty(handle, right_path->p_node[i].bh); in ocfs2_complete_edge_insert() 2102 right_el = right_path->p_node[i].el; in ocfs2_complete_edge_insert() 2112 right_el = right_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert() 2125 struct ocfs2_path *right_path, in ocfs2_rotate_subtree_right() argument 2155 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_right() 2157 ret = ocfs2_path_bh_journal_access(handle, et->et_ci, right_path, in ocfs2_rotate_subtree_right() 2164 for(i = subtree_index + 1; i < path_num_items(right_path); i++) { in ocfs2_rotate_subtree_right() [all …]
|
D | refcounttree.c | 974 struct ocfs2_path *left_path = NULL, *right_path = NULL; in ocfs2_get_refcount_cpos_end() local 1018 right_path = ocfs2_new_path_from_path(left_path); in ocfs2_get_refcount_cpos_end() 1019 if (!right_path) { in ocfs2_get_refcount_cpos_end() 1031 ret = ocfs2_find_path(ci, right_path, cpos); in ocfs2_get_refcount_cpos_end() 1038 right_path); in ocfs2_get_refcount_cpos_end() 1053 ocfs2_free_path(right_path); in ocfs2_get_refcount_cpos_end()
|
/Linux-v4.19/fs/btrfs/ |
D | ctree.c | 5285 struct btrfs_path *right_path, in tree_compare_item() argument 5293 len2 = btrfs_item_size_nr(right_path->nodes[0], right_path->slots[0]); in tree_compare_item() 5298 off2 = btrfs_item_ptr_offset(right_path->nodes[0], in tree_compare_item() 5299 right_path->slots[0]); in tree_compare_item() 5303 cmp = memcmp_extent_buffer(right_path->nodes[0], tmp_buf, off2, len1); in tree_compare_item() 5333 struct btrfs_path *right_path = NULL; in btrfs_compare_trees() local 5355 right_path = btrfs_alloc_path(); in btrfs_compare_trees() 5356 if (!right_path) { in btrfs_compare_trees() 5369 right_path->search_commit_root = 1; in btrfs_compare_trees() 5370 right_path->skip_locking = 1; in btrfs_compare_trees() [all …]
|
D | send.c | 86 struct btrfs_path *right_path; member 4255 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, in record_deleted_ref() 4336 ret = find_iref(sctx->parent_root, sctx->right_path, in __record_changed_new_ref() 4377 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, in record_changed_ref() 4585 return iterate_dir_item(sctx->parent_root, sctx->right_path, in process_deleted_xattr() 4657 ret = find_xattr(sctx->parent_root, sctx->right_path, in __process_changed_new_xattr() 4704 ret = iterate_dir_item(sctx->parent_root, sctx->right_path, in process_changed_xattr() 6048 right_ii = btrfs_item_ptr(sctx->right_path->nodes[0], in changed_inode() 6049 sctx->right_path->slots[0], in changed_inode() 6051 right_gen = btrfs_inode_generation(sctx->right_path->nodes[0], in changed_inode() [all …]
|
D | ctree.h | 2831 struct btrfs_path *right_path,
|