Searched refs:DUMMY_ENCRYPTION_ENABLED (Results 1 – 7 of 7) sorted by relevance
79 if ((IS_ENCRYPTED(dir) || DUMMY_ENCRYPTION_ENABLED(sbi)) && in f2fs_new_inode()827 if (IS_ENCRYPTED(dir) || DUMMY_ENCRYPTION_ENABLED(sbi)) { in f2fs_tmpfile()
474 int dummy_encrypt = DUMMY_ENCRYPTION_ENABLED(F2FS_I_SB(dir)); in f2fs_init_inode_metadata()
1165 #define DUMMY_ENCRYPTION_ENABLED(sbi) \ macro1168 #define DUMMY_ENCRYPTION_ENABLED(sbi) (0) macro
2308 return DUMMY_ENCRYPTION_ENABLED(F2FS_I_SB(inode)); in f2fs_dummy_context()
774 if ((IS_ENCRYPTED(dir) || DUMMY_ENCRYPTION_ENABLED(sbi)) && in __ext4_new_inode()
1345 return DUMMY_ENCRYPTION_ENABLED(EXT4_SB(inode->i_sb)); in ext4_dummy_context()2246 if (DUMMY_ENCRYPTION_ENABLED(sbi)) in _ext4_show_options()4442 if ((DUMMY_ENCRYPTION_ENABLED(sbi) || ext4_has_feature_encrypt(sb)) && in ext4_fill_super()4454 if (DUMMY_ENCRYPTION_ENABLED(sbi) && !sb_rdonly(sb) && in ext4_fill_super()
1360 #define DUMMY_ENCRYPTION_ENABLED(sbi) (unlikely((sbi)->s_mount_flags & \ macro1363 #define DUMMY_ENCRYPTION_ENABLED(sbi) (0) macro