Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Df2fs_fs.h389 #define F2FS_MAX_SEGMENT ((16 * 1024 * 1024) / 2) macro
/openbmc/linux/fs/f2fs/
H A Dsuper.c3496 if (segment_count > F2FS_MAX_SEGMENT || in sanity_check_raw_super()