Home
last modified time | relevance | path

Searched refs:p_depth (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ext4/
H A Dextents.c117 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()
[all …]
H A Dext4_extents.h107 __u16 p_depth; member
H A Dfast_commit.c1979 for (j = 0; j < path->p_depth; j++) in ext4_fc_set_bitmaps_and_counters()