Home
last modified time | relevance | path

Searched refs:DUMMY_ENCRYPTION_ENABLED (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/fs/f2fs/
Dnamei.c84 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()
Ddir.c362 int dummy_encrypt = DUMMY_ENCRYPTION_ENABLED(F2FS_I_SB(dir)); in f2fs_init_inode_metadata()
Df2fs.h1126 #define DUMMY_ENCRYPTION_ENABLED(sbi) \ macro
1129 #define DUMMY_ENCRYPTION_ENABLED(sbi) (0) macro
Dsuper.c2002 return DUMMY_ENCRYPTION_ENABLED(F2FS_I_SB(inode)); in f2fs_dummy_context()
/linux-4.19.296/fs/ext4/
Dialloc.c776 if ((ext4_encrypted_inode(dir) || DUMMY_ENCRYPTION_ENABLED(sbi)) && in __ext4_new_inode()
Dsuper.c1348 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()
Dext4.h1348 #define DUMMY_ENCRYPTION_ENABLED(sbi) (unlikely((sbi)->s_mount_flags & \ macro
1351 #define DUMMY_ENCRYPTION_ENABLED(sbi) (0) macro