Searched refs:right_path (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/fs/ocfs2/ |
D | alloc.c | 2037 struct ocfs2_path *right_path, in ocfs2_complete_edge_insert() argument 2058 right_el = path_leaf_el(right_path); in ocfs2_complete_edge_insert() 2072 el = right_path->p_node[i].el; in ocfs2_complete_edge_insert() 2078 ocfs2_journal_dirty(handle, right_path->p_node[i].bh); in ocfs2_complete_edge_insert() 2085 right_el = right_path->p_node[i].el; in ocfs2_complete_edge_insert() 2095 right_el = right_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert() 2108 struct ocfs2_path *right_path, in ocfs2_rotate_subtree_right() argument 2138 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_right() 2140 ret = ocfs2_path_bh_journal_access(handle, et->et_ci, right_path, in ocfs2_rotate_subtree_right() 2147 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.15/fs/btrfs/ |
D | send.c | 95 struct btrfs_path *right_path; member 4395 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, in record_deleted_ref() 4476 ret = find_iref(sctx->parent_root, sctx->right_path, in __record_changed_new_ref() 4517 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, in record_changed_ref() 4729 return iterate_dir_item(sctx->parent_root, sctx->right_path, in process_deleted_xattr() 4801 ret = find_xattr(sctx->parent_root, sctx->right_path, in __process_changed_new_xattr() 4848 ret = iterate_dir_item(sctx->parent_root, sctx->right_path, in process_changed_xattr() 6284 right_ii = btrfs_item_ptr(sctx->right_path->nodes[0], in changed_inode() 6285 sctx->right_path->slots[0], in changed_inode() 6287 right_gen = btrfs_inode_generation(sctx->right_path->nodes[0], in changed_inode() [all …]
|