Home
last modified time | relevance | path

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

/linux/fs/crypto/
H A Dinline_crypt.c112 if (!(sb->s_flags & SB_INLINECRYPT)) in fscrypt_select_encryption_impl()
248 if (!(sb->s_flags & SB_INLINECRYPT)) { in fscrypt_derive_sw_secret()
H A Dkeysetup.c215 if (sb->s_flags & SB_INLINECRYPT) in setup_per_mode_enc_key()
/linux/include/linux/fs/
H A Dsuper_types.h288 #define SB_INLINECRYPT BIT(17) /* Use blk-crypto for encrypted files */ macro
/linux/fs/f2fs/
H A Dsuper.c2435 if (sbi->sb->s_flags & SB_INLINECRYPT) in f2fs_show_options()
4990 sb->s_flags |= SB_INLINECRYPT; in f2fs_fill_super()