Lines Matching refs:p_depth

115 	depth = path->p_depth;  in ext4_ext_drop_refs()
215 int depth = path->p_depth; in ext4_ext_find_goal()
332 int unwritten = ext4_ext_is_unwritten(path[path->p_depth].p_ext); in ext4_force_split_extent_at()
665 int k, l = path->p_depth; in ext4_ext_show_path()
933 path[ppos].p_depth = i; in ext4_find_extent()
948 path[ppos].p_depth = i; in ext4_find_extent()
1482 depth = path->p_depth; in ext4_ext_search_left()
1550 depth = path->p_depth; in ext4_ext_search_right()
1609 while (++depth < path->p_depth) { in ext4_ext_search_right()
1611 bh = read_extent_tree_block(inode, ix, path->p_depth - depth, 0); in ext4_ext_search_right()
1619 bh = read_extent_tree_block(inode, ix, path->p_depth - depth, 0); in ext4_ext_search_right()
1647 depth = path->p_depth; in ext4_ext_next_allocated_block()
1655 if (depth == path->p_depth) { in ext4_ext_next_allocated_block()
1679 depth = path->p_depth; in ext4_ext_next_leaf_block()
1850 if ((path[0].p_depth != 1) || in ext4_ext_try_to_merge_up()
1874 path[0].p_depth = 0; in ext4_ext_try_to_merge_up()
2084 BUG_ON(npath->p_depth != path->p_depth); in ext4_ext_insert_extent()
2178 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_ext_insert_extent()
2944 path[0].p_maxdepth = path[0].p_depth = depth; in ext4_ext_remove_space()
3228 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_split_extent_at()
3287 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_split_extent_at()
3306 ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_split_extent_at()
3771 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_convert_unwritten_extents_endio()
3834 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in convert_initialized_extent()
5032 depth = path->p_depth; in ext4_ext_shift_path_extents()
5035 if (depth == path->p_depth) { in ext4_ext_shift_path_extents()
5138 depth = path->p_depth; in ext4_ext_shift_extents()
5155 depth = path->p_depth; in ext4_ext_shift_extents()
5204 depth = path->p_depth; in ext4_ext_shift_extents()
5617 ex1 = path1[path1->p_depth].p_ext; in ext4_swap_extents()
5618 ex2 = path2[path2->p_depth].p_ext; in ext4_swap_extents()
5703 *erp = ext4_ext_get_access(handle, inode1, path1 + path1->p_depth); in ext4_swap_extents()
5706 *erp = ext4_ext_get_access(handle, inode2, path2 + path2->p_depth); in ext4_swap_extents()
5724 path2->p_depth); in ext4_swap_extents()
5728 path1->p_depth); in ext4_swap_extents()
5854 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex()
5874 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex()
5887 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex()
5896 ret = ext4_ext_dirty(NULL, inode, &path[path->p_depth]); in ext4_ext_replay_update_ex()
5915 ex = path[path->p_depth].p_ext; in ext4_ext_replay_shrink_inode()
5927 ext4_ext_dirty(NULL, inode, &path[path->p_depth]); in ext4_ext_replay_shrink_inode()
5967 ex = path[path->p_depth].p_ext; in ext4_ext_replay_set_iblocks()
6002 numblks += path->p_depth; in ext4_ext_replay_set_iblocks()
6008 ex = path[path->p_depth].p_ext; in ext4_ext_replay_set_iblocks()
6025 for (i = 0; i <= max(path->p_depth, path2->p_depth); i++) { in ext4_ext_replay_set_iblocks()
6027 if (i <= path->p_depth) in ext4_ext_replay_set_iblocks()
6030 if (i <= path2->p_depth) in ext4_ext_replay_set_iblocks()
6062 ex = path[path->p_depth].p_ext; in ext4_ext_clear_bb()
6080 for (j = 0; j < path->p_depth; j++) { in ext4_ext_clear_bb()