Searched refs:F2FS_FEATURE_ENCRYPT (Results 1 – 3 of 3) sorted by relevance
153 c.feature |= cpu_to_le32(F2FS_FEATURE_ENCRYPT); in add_default_options()
731 #define F2FS_FEATURE_ENCRYPT 0x0001 macro1687 { "encrypt", F2FS_FEATURE_ENCRYPT }, \
536 if (f & cpu_to_le32(F2FS_FEATURE_ENCRYPT)) { in print_sb_state()3268 if (!(sb->feature & cpu_to_le32(F2FS_FEATURE_ENCRYPT)) && in tune_sb_features()3269 c.feature & cpu_to_le32(F2FS_FEATURE_ENCRYPT)) { in tune_sb_features()3270 sb->feature |= cpu_to_le32(F2FS_FEATURE_ENCRYPT); in tune_sb_features()