Home
last modified time | relevance | path

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

/openbmc/linux/fs/crypto/
H A Dinline_crypt.c111 if (!(sb->s_flags & SB_INLINECRYPT)) in fscrypt_select_encryption_impl()
/openbmc/linux/fs/f2fs/
H A Dsuper.c1011 sb->s_flags |= SB_INLINECRYPT; in parse_options()
2042 if (sbi->sb->s_flags & SB_INLINECRYPT) in f2fs_show_options()
/openbmc/linux/include/linux/
H A Dfs.h1125 #define SB_INLINECRYPT BIT(17) /* Use blk-crypto for encrypted files */ macro
/openbmc/linux/fs/ext4/
H A Dsuper.c2203 ctx_set_flags(ctx, SB_INLINECRYPT); in ext4_parse_param()
3044 if (sb->s_flags & SB_INLINECRYPT) in _ext4_show_options()