Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/ !
Df2fs_fs.h392 #define F2FS_MAX_SEGMENT ((16 * 1024 * 1024) / 2) macro
/linux-6.1.9/fs/f2fs/ !
Dsuper.c3331 if (segment_count > F2FS_MAX_SEGMENT || in sanity_check_raw_super()