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()805 if (f2fs_encrypted_inode(dir) || DUMMY_ENCRYPTION_ENABLED(sbi)) { in f2fs_tmpfile()
362 int dummy_encrypt = DUMMY_ENCRYPTION_ENABLED(F2FS_I_SB(dir)); in f2fs_init_inode_metadata()
1126 #define DUMMY_ENCRYPTION_ENABLED(sbi) \ macro1129 #define DUMMY_ENCRYPTION_ENABLED(sbi) (0) macro
2002 return DUMMY_ENCRYPTION_ENABLED(F2FS_I_SB(inode)); in f2fs_dummy_context()
776 if ((ext4_encrypted_inode(dir) || DUMMY_ENCRYPTION_ENABLED(sbi)) && in __ext4_new_inode()
1348 return DUMMY_ENCRYPTION_ENABLED(EXT4_SB(inode->i_sb)); in ext4_dummy_context()2229 if (DUMMY_ENCRYPTION_ENABLED(sbi)) in _ext4_show_options()4411 if ((DUMMY_ENCRYPTION_ENABLED(sbi) || ext4_has_feature_encrypt(sb)) && in ext4_fill_super()4418 if (DUMMY_ENCRYPTION_ENABLED(sbi) && !sb_rdonly(sb) && in ext4_fill_super()
1348 #define DUMMY_ENCRYPTION_ENABLED(sbi) (unlikely((sbi)->s_mount_flags & \ macro1351 #define DUMMY_ENCRYPTION_ENABLED(sbi) (0) macro