Searched refs:DUMMY_ENCRYPTION_ENABLED (Results 1 – 7 of 7) sorted by relevance
84 if ((f2fs_encrypted_inode(dir) || DUMMY_ENCRYPTION_ENABLED(sbi)) && in f2fs_new_inode()795 if (f2fs_encrypted_inode(dir) || DUMMY_ENCRYPTION_ENABLED(sbi)) { in f2fs_tmpfile()
364 int dummy_encrypt = DUMMY_ENCRYPTION_ENABLED(F2FS_I_SB(dir)); in f2fs_init_inode_metadata()
1124 #define DUMMY_ENCRYPTION_ENABLED(sbi) \ macro1127 #define DUMMY_ENCRYPTION_ENABLED(sbi) (0) macro
1965 return DUMMY_ENCRYPTION_ENABLED(F2FS_I_SB(inode)); in f2fs_dummy_context()
774 if ((ext4_encrypted_inode(dir) || DUMMY_ENCRYPTION_ENABLED(sbi)) && in __ext4_new_inode()
1292 return DUMMY_ENCRYPTION_ENABLED(EXT4_SB(inode->i_sb)); in ext4_dummy_context()2148 if (DUMMY_ENCRYPTION_ENABLED(sbi)) in _ext4_show_options()4270 if ((DUMMY_ENCRYPTION_ENABLED(sbi) || ext4_has_feature_encrypt(sb)) && in ext4_fill_super()4277 if (DUMMY_ENCRYPTION_ENABLED(sbi) && !sb_rdonly(sb) && in ext4_fill_super()
1335 #define DUMMY_ENCRYPTION_ENABLED(sbi) (unlikely((sbi)->s_mount_flags & \ macro1338 #define DUMMY_ENCRYPTION_ENABLED(sbi) (0) macro