Searched refs:left_path (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ocfs2/ |
| H A D | alloc.c | 2052 struct ocfs2_path *left_path, in ocfs2_complete_edge_insert() argument 2073 left_el = path_leaf_el(left_path); in ocfs2_complete_edge_insert() 2075 for(i = left_path->p_tree_depth - 1; i > subtree_index; i--) { in ocfs2_complete_edge_insert() 2084 el = left_path->p_node[i].el; in ocfs2_complete_edge_insert() 2093 ocfs2_journal_dirty(handle, left_path->p_node[i].bh); in ocfs2_complete_edge_insert() 2100 left_el = left_path->p_node[i].el; in ocfs2_complete_edge_insert() 2109 el = left_path->p_node[subtree_index].el; in ocfs2_complete_edge_insert() 2110 left_el = left_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert() 2114 left_path->p_node[subtree_index + 1].bh->b_blocknr); in ocfs2_complete_edge_insert() 2116 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert() [all …]
|
| H A D | refcounttree.c | 968 struct ocfs2_path *left_path = NULL, *right_path = NULL; in ocfs2_get_refcount_cpos_end() local 998 left_path = ocfs2_new_path_from_et(&et); in ocfs2_get_refcount_cpos_end() 999 if (!left_path) { in ocfs2_get_refcount_cpos_end() 1006 ret = ocfs2_find_path(ci, left_path, cpos); in ocfs2_get_refcount_cpos_end() 1012 right_path = ocfs2_new_path_from_path(left_path); in ocfs2_get_refcount_cpos_end() 1019 ret = ocfs2_find_cpos_for_right_leaf(sb, left_path, &cpos); in ocfs2_get_refcount_cpos_end() 1031 subtree_root = ocfs2_find_subtree_root(&et, left_path, in ocfs2_get_refcount_cpos_end() 1034 tmp_el = left_path->p_node[subtree_root].el; in ocfs2_get_refcount_cpos_end() 1035 blkno = left_path->p_node[subtree_root+1].bh->b_blocknr; in ocfs2_get_refcount_cpos_end() 1046 ocfs2_free_path(left_path); in ocfs2_get_refcount_cpos_end()
|
| /linux/fs/btrfs/ |
| H A D | send.c | 159 struct btrfs_path *left_path; member 4746 ret = iterate_inode_ref(sctx->send_root, sctx->left_path, sctx->cmp_key, in record_new_ref() 4770 ret = iterate_inode_ref(sctx->send_root, sctx->left_path, sctx->cmp_key, in record_changed_ref() 4931 return iterate_dir_item(sctx->send_root, sctx->left_path, in process_new_xattr() 5038 ret = find_xattr(sctx->send_root, sctx->left_path, sctx->cmp_key, in __process_changed_deleted_xattr() 5053 ret = iterate_dir_item(sctx->send_root, sctx->left_path, in process_changed_xattr() 6135 struct btrfs_path *left_path, in is_extent_unchanged() argument 6161 eb = left_path->nodes[0]; in is_extent_unchanged() 6162 slot = left_path->slots[0]; in is_extent_unchanged() 6794 left_ii = btrfs_item_ptr(sctx->left_path->nodes[0], in changed_inode() [all …]
|