Lines Matching refs:p_depth
117 depth = path->p_depth; in ext4_ext_drop_refs()
220 int depth = path->p_depth; in ext4_ext_find_goal()
668 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()
1874 if ((path[0].p_depth != 1) || in ext4_ext_try_to_merge_up()
1898 path[0].p_depth = 0; in ext4_ext_try_to_merge_up()
2115 BUG_ON(npath->p_depth != path->p_depth); in ext4_ext_insert_extent()
2210 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_ext_insert_extent()
2965 path[0].p_maxdepth = path[0].p_depth = depth; in ext4_ext_remove_space()
3292 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_split_extent_at()
5283 depth = path->p_depth; in ext4_ext_shift_path_extents()
5286 if (depth == path->p_depth) { in ext4_ext_shift_path_extents()
5389 depth = path->p_depth; in ext4_ext_shift_extents()
5406 depth = path->p_depth; in ext4_ext_shift_extents()
5455 depth = path->p_depth; in ext4_ext_shift_extents()
5786 ex1 = path1[path1->p_depth].p_ext; in ext4_swap_extents()
5787 ex2 = path2[path2->p_depth].p_ext; in ext4_swap_extents()
5880 *erp = ext4_ext_get_access(handle, inode1, path1 + path1->p_depth); in ext4_swap_extents()
5883 *erp = ext4_ext_get_access(handle, inode2, path2 + path2->p_depth); in ext4_swap_extents()
5901 path2->p_depth); in ext4_swap_extents()
5905 path1->p_depth); in ext4_swap_extents()
6028 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex()
6049 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex()
6065 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex()
6074 ret = ext4_ext_dirty(NULL, inode, &path[path->p_depth]); in ext4_ext_replay_update_ex()
6093 ex = path[path->p_depth].p_ext; in ext4_ext_replay_shrink_inode()
6105 ext4_ext_dirty(NULL, inode, &path[path->p_depth]); in ext4_ext_replay_shrink_inode()
6145 ex = path[path->p_depth].p_ext; in ext4_ext_replay_set_iblocks()
6177 numblks += path->p_depth; in ext4_ext_replay_set_iblocks()
6182 ex = path[path->p_depth].p_ext; in ext4_ext_replay_set_iblocks()
6196 for (i = 0; i <= max(path->p_depth, path2->p_depth); i++) { in ext4_ext_replay_set_iblocks()
6198 if (i <= path->p_depth) in ext4_ext_replay_set_iblocks()
6201 if (i <= path2->p_depth) in ext4_ext_replay_set_iblocks()
6234 ex = path[path->p_depth].p_ext; in ext4_ext_clear_bb()
6249 for (j = 0; j < path->p_depth; j++) { in ext4_ext_clear_bb()