Home
last modified time | relevance | path

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

/freebsd/sys/fs/ext2fs/
H A Dext2_extents.h37 #define EXT4_EXT_DEPTH_MAX 5 macro
H A Dext2_extents.c461 le16toh(eh->eh_depth) > EXT4_EXT_DEPTH_MAX) in ext4_ext_check_header()
478 if (le16toh(eh->eh_depth) > EXT4_EXT_DEPTH_MAX) { in ext4_ext_check_header()
623 path = malloc(EXT4_EXT_DEPTH_MAX * in ext4_ext_find_extent()