Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dext4_extents.h94 #define EXT4_MAX_EXTENT_DEPTH 5 macro
Dextents.c885 if (depth < 0 || depth > EXT4_MAX_EXTENT_DEPTH) { in ext4_find_extent()