Home
last modified time | relevance | path

Searched refs:F2FS_FEATURE_VERITY (Results 1 – 3 of 3) sorted by relevance

/external/f2fs-tools/mkfs/
Df2fs_format_main.c87 c.feature |= cpu_to_le32(F2FS_FEATURE_VERITY); in parse_feature()
/external/f2fs-tools/include/
Df2fs_fs.h555 #define F2FS_FEATURE_VERITY 0x0400 /* reserved */ macro
/external/f2fs-tools/fsck/
Dmount.c442 if (f & cpu_to_le32(F2FS_FEATURE_VERITY)) { in print_sb_state()