Searched refs:right_path (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/ocfs2/ |
D | alloc.c | 2032 struct ocfs2_path *right_path, in ocfs2_complete_edge_insert() argument 2053 right_el = path_leaf_el(right_path); in ocfs2_complete_edge_insert() 2067 el = right_path->p_node[i].el; in ocfs2_complete_edge_insert() 2074 ocfs2_journal_dirty(handle, right_path->p_node[i].bh); in ocfs2_complete_edge_insert() 2081 right_el = right_path->p_node[i].el; in ocfs2_complete_edge_insert() 2091 right_el = right_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert() 2104 struct ocfs2_path *right_path, in ocfs2_rotate_subtree_right() argument 2135 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_right() 2137 ret = ocfs2_path_bh_journal_access(handle, et->et_ci, right_path, in ocfs2_rotate_subtree_right() 2144 for(i = subtree_index + 1; i < path_num_items(right_path); i++) { in ocfs2_rotate_subtree_right() [all …]
|
D | refcounttree.c | 976 struct ocfs2_path *left_path = NULL, *right_path = NULL; in ocfs2_get_refcount_cpos_end() local 1020 right_path = ocfs2_new_path_from_path(left_path); in ocfs2_get_refcount_cpos_end() 1021 if (!right_path) { in ocfs2_get_refcount_cpos_end() 1033 ret = ocfs2_find_path(ci, right_path, cpos); in ocfs2_get_refcount_cpos_end() 1040 right_path); in ocfs2_get_refcount_cpos_end() 1055 ocfs2_free_path(right_path); in ocfs2_get_refcount_cpos_end()
|
/linux-4.1.27/fs/btrfs/ |
D | ctree.c | 5284 struct btrfs_path *right_path, in tree_compare_item() argument 5292 len2 = btrfs_item_size_nr(right_path->nodes[0], right_path->slots[0]); in tree_compare_item() 5297 off2 = btrfs_item_ptr_offset(right_path->nodes[0], in tree_compare_item() 5298 right_path->slots[0]); in tree_compare_item() 5302 cmp = memcmp_extent_buffer(right_path->nodes[0], tmp_buf, off2, len1); in tree_compare_item() 5331 struct btrfs_path *right_path = NULL; in btrfs_compare_trees() local 5353 right_path = btrfs_alloc_path(); in btrfs_compare_trees() 5354 if (!right_path) { in btrfs_compare_trees() 5367 right_path->search_commit_root = 1; in btrfs_compare_trees() 5368 right_path->skip_locking = 1; in btrfs_compare_trees() [all …]
|
D | send.c | 101 struct btrfs_path *right_path; member 3848 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, in record_deleted_ref() 3929 ret = find_iref(sctx->parent_root, sctx->right_path, in __record_changed_new_ref() 3970 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, in record_changed_ref() 4178 ret = iterate_dir_item(sctx->parent_root, sctx->right_path, in process_deleted_xattr() 4252 ret = find_xattr(sctx->parent_root, sctx->right_path, in __process_changed_new_xattr() 4299 ret = iterate_dir_item(sctx->parent_root, sctx->right_path, in process_changed_xattr() 5221 right_ii = btrfs_item_ptr(sctx->right_path->nodes[0], in changed_inode() 5222 sctx->right_path->slots[0], in changed_inode() 5224 right_gen = btrfs_inode_generation(sctx->right_path->nodes[0], in changed_inode() [all …]
|
D | ctree.h | 3547 struct btrfs_path *right_path,
|