Searched refs:DEF_MAX_INLINE_DATA (Results 1 – 2 of 2) sorted by relevance
/external/f2fs-tools/fsck/ | ||
D | segment.c | 482 if (de->size <= DEF_MAX_INLINE_DATA) { in f2fs_build_file() |
/external/f2fs-tools/include/ | ||
D | f2fs_fs.h | 911 #define DEF_MAX_INLINE_DATA (sizeof(__le32) * \ macro |