Home
last modified time | relevance | path

Searched refs:ep_depth (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/ext2fs/
H A Dext2_extents.c188 depth = path->ep_depth; in ext4_ext_print_path()
580 depth = path->ep_depth; in ext4_ext_drop_refs()
638 path[ppos].ep_depth = i; in ext4_ext_find_extent()
676 path[ppos].ep_depth = i; in ext4_ext_find_extent()
748 depth = path->ep_depth; in ext4_ext_blkpref()
793 int depth = path->ep_depth; in ext4_ext_next_leaf_block()
1134 neh->eh_depth = htole16(path->ep_depth + 1); in ext4_ext_grow_indepth()
1276 if (npath->ep_depth != path->ep_depth) { in ext4_ext_insert_extent()
1709 path[0].ep_depth in ext4_ext_remove_space()
[all...]
H A Dext2_extents.h97 uint16_t ep_depth; member