Home
last modified time | relevance | path

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

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