Home
last modified time | relevance | path

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

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