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