Lines Matching refs:p_depth
119 depth = path->p_depth; in ext4_ext_drop_refs()
219 int depth = path->p_depth; in ext4_ext_find_goal()
335 int unwritten = ext4_ext_is_unwritten(path[path->p_depth].p_ext); in ext4_force_split_extent_at()
669 int k, l = path->p_depth; in ext4_ext_show_path()
936 path[ppos].p_depth = i; in ext4_find_extent()
951 path[ppos].p_depth = i; in ext4_find_extent()
1479 depth = path->p_depth; in ext4_ext_search_left()
1547 depth = path->p_depth; in ext4_ext_search_right()
1606 while (++depth < path->p_depth) { in ext4_ext_search_right()
1608 bh = read_extent_tree_block(inode, ix, path->p_depth - depth, in ext4_ext_search_right()
1617 bh = read_extent_tree_block(inode, ix, path->p_depth - depth, flags); in ext4_ext_search_right()
1645 depth = path->p_depth; in ext4_ext_next_allocated_block()
1653 if (depth == path->p_depth) { in ext4_ext_next_allocated_block()
1677 depth = path->p_depth; in ext4_ext_next_leaf_block()
1859 if ((path[0].p_depth != 1) || in ext4_ext_try_to_merge_up()
1883 path[0].p_depth = 0; in ext4_ext_try_to_merge_up()
2097 BUG_ON(npath->p_depth != path->p_depth); in ext4_ext_insert_extent()
2192 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_ext_insert_extent()
2951 path[0].p_maxdepth = path[0].p_depth = depth; in ext4_ext_remove_space()
3230 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_split_extent_at()
3310 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_split_extent_at()
3329 ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_split_extent_at()
3803 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_convert_unwritten_extents_endio()
3873 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in convert_initialized_extent()
5201 depth = path->p_depth; in ext4_ext_shift_path_extents()
5204 if (depth == path->p_depth) { in ext4_ext_shift_path_extents()
5307 depth = path->p_depth; in ext4_ext_shift_extents()
5324 depth = path->p_depth; in ext4_ext_shift_extents()
5373 depth = path->p_depth; in ext4_ext_shift_extents()
5707 ex1 = path1[path1->p_depth].p_ext; in ext4_swap_extents()
5708 ex2 = path2[path2->p_depth].p_ext; in ext4_swap_extents()
5801 *erp = ext4_ext_get_access(handle, inode1, path1 + path1->p_depth); in ext4_swap_extents()
5804 *erp = ext4_ext_get_access(handle, inode2, path2 + path2->p_depth); in ext4_swap_extents()
5822 path2->p_depth); in ext4_swap_extents()
5826 path1->p_depth); in ext4_swap_extents()
5949 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex()
5970 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex()
5986 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex()
5995 ret = ext4_ext_dirty(NULL, inode, &path[path->p_depth]); in ext4_ext_replay_update_ex()
6014 ex = path[path->p_depth].p_ext; in ext4_ext_replay_shrink_inode()
6026 ext4_ext_dirty(NULL, inode, &path[path->p_depth]); in ext4_ext_replay_shrink_inode()
6066 ex = path[path->p_depth].p_ext; in ext4_ext_replay_set_iblocks()
6098 numblks += path->p_depth; in ext4_ext_replay_set_iblocks()
6103 ex = path[path->p_depth].p_ext; in ext4_ext_replay_set_iblocks()
6117 for (i = 0; i <= max(path->p_depth, path2->p_depth); i++) { in ext4_ext_replay_set_iblocks()
6119 if (i <= path->p_depth) in ext4_ext_replay_set_iblocks()
6122 if (i <= path2->p_depth) in ext4_ext_replay_set_iblocks()
6155 ex = path[path->p_depth].p_ext; in ext4_ext_clear_bb()
6170 for (j = 0; j < path->p_depth; j++) { in ext4_ext_clear_bb()