Searched refs:right_path (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/fs/ocfs2/ |
D | alloc.c | 2039 struct ocfs2_path *right_path, in ocfs2_complete_edge_insert() argument 2060 right_el = path_leaf_el(right_path); in ocfs2_complete_edge_insert() 2074 el = right_path->p_node[i].el; in ocfs2_complete_edge_insert() 2080 ocfs2_journal_dirty(handle, right_path->p_node[i].bh); in ocfs2_complete_edge_insert() 2087 right_el = right_path->p_node[i].el; in ocfs2_complete_edge_insert() 2097 right_el = right_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert() 2110 struct ocfs2_path *right_path, in ocfs2_rotate_subtree_right() argument 2140 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_right() 2142 ret = ocfs2_path_bh_journal_access(handle, et->et_ci, right_path, in ocfs2_rotate_subtree_right() 2149 for(i = subtree_index + 1; i < path_num_items(right_path); i++) { in ocfs2_rotate_subtree_right() [all …]
|
D | refcounttree.c | 968 struct ocfs2_path *left_path = NULL, *right_path = NULL; in ocfs2_get_refcount_cpos_end() local 1012 right_path = ocfs2_new_path_from_path(left_path); in ocfs2_get_refcount_cpos_end() 1013 if (!right_path) { in ocfs2_get_refcount_cpos_end() 1025 ret = ocfs2_find_path(ci, right_path, cpos); in ocfs2_get_refcount_cpos_end() 1032 right_path); in ocfs2_get_refcount_cpos_end() 1047 ocfs2_free_path(right_path); in ocfs2_get_refcount_cpos_end()
|
/Linux-v5.10/fs/btrfs/ |
D | send.c | 95 struct btrfs_path *right_path; member 4398 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, in record_deleted_ref() 4479 ret = find_iref(sctx->parent_root, sctx->right_path, in __record_changed_new_ref() 4520 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, in record_changed_ref() 4732 return iterate_dir_item(sctx->parent_root, sctx->right_path, in process_deleted_xattr() 4804 ret = find_xattr(sctx->parent_root, sctx->right_path, in __process_changed_new_xattr() 4851 ret = iterate_dir_item(sctx->parent_root, sctx->right_path, in process_changed_xattr() 6275 right_ii = btrfs_item_ptr(sctx->right_path->nodes[0], in changed_inode() 6276 sctx->right_path->slots[0], in changed_inode() 6278 right_gen = btrfs_inode_generation(sctx->right_path->nodes[0], in changed_inode() [all …]
|