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()
2945 path[0].p_maxdepth = path[0].p_depth = depth; in ext4_ext_remove_space()
3229 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_split_extent_at()
3288 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_split_extent_at()
3307 ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_split_extent_at()
3773 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_convert_unwritten_extents_endio()
3836 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in convert_initialized_extent()
5034 depth = path->p_depth; in ext4_ext_shift_path_extents()
5037 if (depth == path->p_depth) { in ext4_ext_shift_path_extents()
5140 depth = path->p_depth; in ext4_ext_shift_extents()
5157 depth = path->p_depth; in ext4_ext_shift_extents()
5206 depth = path->p_depth; in ext4_ext_shift_extents()
5649 ex1 = path1[path1->p_depth].p_ext; in ext4_swap_extents()
5650 ex2 = path2[path2->p_depth].p_ext; in ext4_swap_extents()
5735 *erp = ext4_ext_get_access(handle, inode1, path1 + path1->p_depth); in ext4_swap_extents()
5738 *erp = ext4_ext_get_access(handle, inode2, path2 + path2->p_depth); in ext4_swap_extents()
5756 path2->p_depth); in ext4_swap_extents()
5760 path1->p_depth); in ext4_swap_extents()
5877 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex()
5897 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex()
5910 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex()
5919 ret = ext4_ext_dirty(NULL, inode, &path[path->p_depth]); in ext4_ext_replay_update_ex()
5938 ex = path[path->p_depth].p_ext; in ext4_ext_replay_shrink_inode()
5950 ext4_ext_dirty(NULL, inode, &path[path->p_depth]); in ext4_ext_replay_shrink_inode()
5990 ex = path[path->p_depth].p_ext; in ext4_ext_replay_set_iblocks()
6025 numblks += path->p_depth; in ext4_ext_replay_set_iblocks()
6031 ex = path[path->p_depth].p_ext; in ext4_ext_replay_set_iblocks()
6048 for (i = 0; i <= max(path->p_depth, path2->p_depth); i++) { in ext4_ext_replay_set_iblocks()
6050 if (i <= path->p_depth) in ext4_ext_replay_set_iblocks()
6053 if (i <= path2->p_depth) in ext4_ext_replay_set_iblocks()
6085 ex = path[path->p_depth].p_ext; in ext4_ext_clear_bb()
6103 for (j = 0; j < path->p_depth; j++) { in ext4_ext_clear_bb()