Home
last modified time | relevance | path

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

/Linux-v6.6/fs/crypto/
Dinline_crypt.c111 if (!(sb->s_flags & SB_INLINECRYPT)) in fscrypt_select_encryption_impl()
/Linux-v6.6/fs/f2fs/
Dsuper.c1031 sb->s_flags |= SB_INLINECRYPT; in parse_options()
2066 if (sbi->sb->s_flags & SB_INLINECRYPT) in f2fs_show_options()
2150 sbi->sb->s_flags &= ~SB_INLINECRYPT; in default_options()
/Linux-v6.6/include/linux/
Dfs.h1123 #define SB_INLINECRYPT BIT(17) /* Use blk-crypto for encrypted files */ macro
/Linux-v6.6/fs/ext4/
Dsuper.c2202 ctx_set_flags(ctx, SB_INLINECRYPT); in ext4_parse_param()
3043 if (sb->s_flags & SB_INLINECRYPT) in _ext4_show_options()