Home
last modified time | relevance | path

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

/linux-6.15/fs/crypto/
H A Dinline_crypt.c110 if (!(sb->s_flags & SB_INLINECRYPT)) in fscrypt_select_encryption_impl()
/linux-6.15/fs/f2fs/
H A Dsuper.c2104 if (sbi->sb->s_flags & SB_INLINECRYPT) in f2fs_show_options()
4595 sb->s_flags |= SB_INLINECRYPT; in f2fs_fill_super()
/linux-6.15/include/linux/
H A Dfs.h1235 #define SB_INLINECRYPT BIT(17) /* Use blk-crypto for encrypted files */ macro
/linux-6.15/fs/ext4/
H A Dsuper.c2183 ctx_set_flags(ctx, SB_INLINECRYPT); in ext4_parse_param()
3009 if (sb->s_flags & SB_INLINECRYPT) in _ext4_show_options()