Home
last modified time | relevance | path

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

/external/f2fs-tools/mkfs/
Df2fs_format_main.c99 c.feature |= cpu_to_le32(F2FS_FEATURE_ENCRYPT); in add_default_options()
/external/f2fs-tools/include/
Df2fs_fs.h578 #define F2FS_FEATURE_ENCRYPT 0x0001 macro
1348 { "encrypt", F2FS_FEATURE_ENCRYPT }, \
/external/f2fs-tools/fsck/
Dmount.c445 if (f & cpu_to_le32(F2FS_FEATURE_ENCRYPT)) { in print_sb_state()
2578 if (!(sb->feature & cpu_to_le32(F2FS_FEATURE_ENCRYPT)) && in tune_sb_features()
2579 c.feature & cpu_to_le32(F2FS_FEATURE_ENCRYPT)) { in tune_sb_features()
2580 sb->feature |= cpu_to_le32(F2FS_FEATURE_ENCRYPT); in tune_sb_features()