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()
646 int k, l = path->p_depth; in ext4_ext_show_path()
732 depth = path->p_depth; in ext4_ext_drop_refs()
925 path[ppos].p_depth = i; in ext4_find_extent()
940 path[ppos].p_depth = i; in ext4_find_extent()
1471 depth = path->p_depth; in ext4_ext_search_left()
1540 depth = path->p_depth; in ext4_ext_search_right()
1599 while (++depth < path->p_depth) { in ext4_ext_search_right()
1601 bh = read_extent_tree_block(inode, ix, path->p_depth - depth, 0); in ext4_ext_search_right()
1609 bh = read_extent_tree_block(inode, ix, path->p_depth - depth, 0); in ext4_ext_search_right()
1637 depth = path->p_depth; in ext4_ext_next_allocated_block()
1645 if (depth == path->p_depth) { in ext4_ext_next_allocated_block()
1669 depth = path->p_depth; in ext4_ext_next_leaf_block()
1840 if ((path[0].p_depth != 1) || in ext4_ext_try_to_merge_up()
1864 path[0].p_depth = 0; in ext4_ext_try_to_merge_up()
2076 BUG_ON(npath->p_depth != path->p_depth); in ext4_ext_insert_extent()
2170 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_ext_insert_extent()
2938 path[0].p_maxdepth = path[0].p_depth = depth; in ext4_ext_remove_space()
3223 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_split_extent_at()
3282 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_split_extent_at()
3301 ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_split_extent_at()
3767 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_convert_unwritten_extents_endio()
3830 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()
5650 ex1 = path1[path1->p_depth].p_ext; in ext4_swap_extents()
5651 ex2 = path2[path2->p_depth].p_ext; in ext4_swap_extents()
5736 *erp = ext4_ext_get_access(handle, inode1, path1 + path1->p_depth); in ext4_swap_extents()
5739 *erp = ext4_ext_get_access(handle, inode2, path2 + path2->p_depth); in ext4_swap_extents()
5757 path2->p_depth); in ext4_swap_extents()
5761 path1->p_depth); in ext4_swap_extents()
5881 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex()
5901 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex()
5914 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex()
5923 ret = ext4_ext_dirty(NULL, inode, &path[path->p_depth]); in ext4_ext_replay_update_ex()
5943 ex = path[path->p_depth].p_ext; in ext4_ext_replay_shrink_inode()
5956 ext4_ext_dirty(NULL, inode, &path[path->p_depth]); in ext4_ext_replay_shrink_inode()
5997 ex = path[path->p_depth].p_ext; in ext4_ext_replay_set_iblocks()
6034 numblks += path->p_depth; in ext4_ext_replay_set_iblocks()
6041 ex = path[path->p_depth].p_ext; in ext4_ext_replay_set_iblocks()
6061 ex = path2[path2->p_depth].p_ext; in ext4_ext_replay_set_iblocks()
6062 for (i = 0; i <= max(path->p_depth, path2->p_depth); i++) { in ext4_ext_replay_set_iblocks()
6064 if (i <= path->p_depth) in ext4_ext_replay_set_iblocks()
6067 if (i <= path2->p_depth) in ext4_ext_replay_set_iblocks()
6098 ex = path[path->p_depth].p_ext; in ext4_ext_clear_bb()
6118 for (j = 0; j < path->p_depth; j++) { in ext4_ext_clear_bb()