Lines Matching refs:p_depth

183 		int depth = path->p_depth;  in ext4_ext_find_goal()
300 int unwritten = ext4_ext_is_unwritten(path[path->p_depth].p_ext); in ext4_force_split_extent_at()
605 int k, l = path->p_depth; in ext4_ext_show_path()
691 depth = path->p_depth; in ext4_ext_drop_refs()
884 path[ppos].p_depth = i; in ext4_find_extent()
900 path[ppos].p_depth = i; in ext4_find_extent()
1435 depth = path->p_depth; in ext4_ext_search_left()
1505 depth = path->p_depth; in ext4_ext_search_right()
1565 while (++depth < path->p_depth) { in ext4_ext_search_right()
1568 path->p_depth - depth, 0); in ext4_ext_search_right()
1577 bh = read_extent_tree_block(inode, block, path->p_depth - depth, 0); in ext4_ext_search_right()
1605 depth = path->p_depth; in ext4_ext_next_allocated_block()
1613 if (depth == path->p_depth) { in ext4_ext_next_allocated_block()
1637 depth = path->p_depth; in ext4_ext_next_leaf_block()
1808 if ((path[0].p_depth != 1) || in ext4_ext_try_to_merge_up()
1832 path[0].p_depth = 0; in ext4_ext_try_to_merge_up()
2044 BUG_ON(npath->p_depth != path->p_depth); in ext4_ext_insert_extent()
2138 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_ext_insert_extent()
2906 path[0].p_maxdepth = path[0].p_depth = depth; in ext4_ext_remove_space()
3191 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_split_extent_at()
3250 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_split_extent_at()
3269 ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_split_extent_at()
3736 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in ext4_convert_unwritten_extents_endio()
3799 err = ext4_ext_dirty(handle, inode, path + path->p_depth); in convert_initialized_extent()
5024 depth = path->p_depth; in ext4_ext_shift_path_extents()
5027 if (depth == path->p_depth) { in ext4_ext_shift_path_extents()
5116 depth = path->p_depth; in ext4_ext_shift_extents()
5133 depth = path->p_depth; in ext4_ext_shift_extents()
5177 depth = path->p_depth; in ext4_ext_shift_extents()
5604 ex1 = path1[path1->p_depth].p_ext; in ext4_swap_extents()
5605 ex2 = path2[path2->p_depth].p_ext; in ext4_swap_extents()
5690 *erp = ext4_ext_get_access(handle, inode1, path1 + path1->p_depth); in ext4_swap_extents()
5693 *erp = ext4_ext_get_access(handle, inode2, path2 + path2->p_depth); in ext4_swap_extents()
5711 path2->p_depth); in ext4_swap_extents()
5715 path1->p_depth); in ext4_swap_extents()
5835 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex()
5855 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex()
5868 ex = path[path->p_depth].p_ext; in ext4_ext_replay_update_ex()
5877 ret = ext4_ext_dirty(NULL, inode, &path[path->p_depth]); in ext4_ext_replay_update_ex()
5897 ex = path[path->p_depth].p_ext; in ext4_ext_replay_shrink_inode()
5910 ext4_ext_dirty(NULL, inode, &path[path->p_depth]); in ext4_ext_replay_shrink_inode()
5951 ex = path[path->p_depth].p_ext; in ext4_ext_replay_set_iblocks()
5988 numblks += path->p_depth; in ext4_ext_replay_set_iblocks()
5995 ex = path[path->p_depth].p_ext; in ext4_ext_replay_set_iblocks()
6015 for (i = 0; i <= max(path->p_depth, path2->p_depth); i++) { in ext4_ext_replay_set_iblocks()
6017 if (i <= path->p_depth) in ext4_ext_replay_set_iblocks()
6020 if (i <= path2->p_depth) in ext4_ext_replay_set_iblocks()
6051 ex = path[path->p_depth].p_ext; in ext4_ext_clear_bb()
6071 for (j = 0; j < path->p_depth; j++) { in ext4_ext_clear_bb()