Home
last modified time | relevance | path

Searched refs:SB_INLINECRYPT (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/fs/crypto/
H A Dinline_crypt.c88 if (!(sb->s_flags & SB_INLINECRYPT)) in fscrypt_select_encryption_impl()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsuper.c992 sb->s_flags |= SB_INLINECRYPT; in parse_options()
1898 if (sbi->sb->s_flags & SB_INLINECRYPT) in f2fs_show_options()
1956 sbi->sb->s_flags &= ~SB_INLINECRYPT; in default_options()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h1390 #define SB_INLINECRYPT (1<<17) /* Use blk-crypto for encrypted files */ macro
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsuper.c2167 sb->s_flags |= SB_INLINECRYPT; in handle_mount_opt()
2641 if (sb->s_flags & SB_INLINECRYPT) in _ext4_show_options()