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