Lines Matching refs:p_depth
195 int depth = path->p_depth; in ext4_ext_find_goal()
312 int unwritten = ext4_ext_is_unwritten(path[path->p_depth].p_ext); in ext4_force_split_extent_at()
657 int k, l = path->p_depth; in ext4_ext_show_path()
743 depth = path->p_depth; in ext4_ext_drop_refs()
936 path[ppos].p_depth = i; in ext4_find_extent()
951 path[ppos].p_depth = i; in ext4_find_extent()
1482 depth = path->p_depth; in ext4_ext_search_left()
1551 depth = path->p_depth; in ext4_ext_search_right()
1610 while (++depth < path->p_depth) { in ext4_ext_search_right()
1612 bh = read_extent_tree_block(inode, ix, path->p_depth - depth, 0); in ext4_ext_search_right()
1620 bh = read_extent_tree_block(inode, ix, path->p_depth - depth, 0); in ext4_ext_search_right()
1648 depth = path->p_depth; in ext4_ext_next_allocated_block()
1656 if (depth == path->p_depth) { in ext4_ext_next_allocated_block()
1680 depth = path->p_depth; in ext4_ext_next_leaf_block()
1851 if ((path[0].p_depth != 1) || in ext4_ext_try_to_merge_up()
1875 path[0].p_depth = 0; in ext4_ext_try_to_merge_up()
2087 BUG_ON(npath->p_depth != path->p_depth); in ext4_ext_insert_extent()
2181 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_ext_insert_extent()
2949 path[0].p_maxdepth = path[0].p_depth = depth; in ext4_ext_remove_space()
3234 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_split_extent_at()
3293 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_split_extent_at()
3312 ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_split_extent_at()
3779 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_convert_unwritten_extents_endio()
3842 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in convert_initialized_extent()
5044 depth = path->p_depth; in ext4_ext_shift_path_extents()
5047 if (depth == path->p_depth) { in ext4_ext_shift_path_extents()
5150 depth = path->p_depth; in ext4_ext_shift_extents()
5167 depth = path->p_depth; in ext4_ext_shift_extents()
5216 depth = path->p_depth; in ext4_ext_shift_extents()
5662 ex1 = path1[path1->p_depth].p_ext; in ext4_swap_extents()
5663 ex2 = path2[path2->p_depth].p_ext; in ext4_swap_extents()
5748 *erp = ext4_ext_get_access(handle, inode1, path1 + path1->p_depth); in ext4_swap_extents()
5751 *erp = ext4_ext_get_access(handle, inode2, path2 + path2->p_depth); in ext4_swap_extents()
5769 path2->p_depth); in ext4_swap_extents()
5773 path1->p_depth); in ext4_swap_extents()
5901 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex()
5921 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex()
5934 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex()
5943 ret = ext4_ext_dirty(NULL, inode, &path[path->p_depth]); in ext4_ext_replay_update_ex()
5963 ex = path[path->p_depth].p_ext; in ext4_ext_replay_shrink_inode()
5976 ext4_ext_dirty(NULL, inode, &path[path->p_depth]); in ext4_ext_replay_shrink_inode()
6017 ex = path[path->p_depth].p_ext; in ext4_ext_replay_set_iblocks()
6054 numblks += path->p_depth; in ext4_ext_replay_set_iblocks()
6061 ex = path[path->p_depth].p_ext; in ext4_ext_replay_set_iblocks()
6081 ex = path2[path2->p_depth].p_ext; in ext4_ext_replay_set_iblocks()
6082 for (i = 0; i <= max(path->p_depth, path2->p_depth); i++) { in ext4_ext_replay_set_iblocks()
6084 if (i <= path->p_depth) in ext4_ext_replay_set_iblocks()
6087 if (i <= path2->p_depth) in ext4_ext_replay_set_iblocks()
6118 ex = path[path->p_depth].p_ext; in ext4_ext_clear_bb()
6138 for (j = 0; j < path->p_depth; j++) { in ext4_ext_clear_bb()