Searched refs:right_path (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | alloc.c | 2053 struct ocfs2_path *right_path, in ocfs2_complete_edge_insert() argument 2074 right_el = path_leaf_el(right_path); in ocfs2_complete_edge_insert() 2088 el = right_path->p_node[i].el; in ocfs2_complete_edge_insert() 2094 ocfs2_journal_dirty(handle, right_path->p_node[i].bh); in ocfs2_complete_edge_insert() 2101 right_el = right_path->p_node[i].el; in ocfs2_complete_edge_insert() 2111 right_el = right_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert() 2124 struct ocfs2_path *right_path, in ocfs2_rotate_subtree_right() argument 2154 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_right() 2156 ret = ocfs2_path_bh_journal_access(handle, et->et_ci, right_path, in ocfs2_rotate_subtree_right() 2163 for(i = subtree_index + 1; i < path_num_items(right_path); i++) { in ocfs2_rotate_subtree_right() [all …]
|
| H A 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/fs/btrfs/ |
| H A D | send.c | 160 struct btrfs_path *right_path; member 4758 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, sctx->cmp_key, in record_deleted_ref() 4774 ret = iterate_inode_ref(sctx->parent_root, sctx->right_path, sctx->cmp_key, in record_changed_ref() 4937 return iterate_dir_item(sctx->parent_root, sctx->right_path, in process_deleted_xattr() 5011 ret = find_xattr(sctx->parent_root, sctx->right_path, in __process_changed_new_xattr() 5058 return iterate_dir_item(sctx->parent_root, sctx->right_path, in process_changed_xattr() 6800 right_ii = btrfs_item_ptr(sctx->right_path->nodes[0], in changed_inode() 6801 sctx->right_path->slots[0], in changed_inode() 6803 right_gen = btrfs_inode_generation(sctx->right_path->nodes[0], in changed_inode() 6807 right_ii = btrfs_item_ptr(sctx->right_path->nodes[0], in changed_inode() [all …]
|