Searched refs:F2FS_MAX_SEGMENT (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/include/linux/ | ||
D | f2fs_fs.h | 392 #define F2FS_MAX_SEGMENT ((16 * 1024 * 1024) / 2) macro |
/linux-6.1.9/fs/f2fs/ | ||
D | super.c | 3331 if (segment_count > F2FS_MAX_SEGMENT || in sanity_check_raw_super() |