Home
last modified time | relevance | path

Searched refs:SB_INLINECRYPT (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/crypto/
H A Dinline_crypt.c85 if (!(sb->s_flags & SB_INLINECRYPT)) in fscrypt_select_encryption_impl()
/kernel/linux/linux-6.6/fs/crypto/
H A Dinline_crypt.c111 if (!(sb->s_flags & SB_INLINECRYPT)) in fscrypt_select_encryption_impl()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsuper.c1060 sb->s_flags |= SB_INLINECRYPT; in parse_options()
2105 if (sbi->sb->s_flags & SB_INLINECRYPT) in f2fs_show_options()
2189 sbi->sb->s_flags &= ~SB_INLINECRYPT; in default_options()
/kernel/linux/linux-5.10/fs/f2fs/
H A Dsuper.c916 sb->s_flags |= SB_INLINECRYPT; in parse_options()
1713 if (sbi->sb->s_flags & SB_INLINECRYPT) in f2fs_show_options()
/kernel/linux/linux-5.10/include/linux/
H A Dfs.h1365 #define SB_INLINECRYPT BIT(17) /* Use blk-crypto for encrypted files */ macro
/kernel/linux/linux-6.6/include/linux/
H A Dfs.h1125 #define SB_INLINECRYPT BIT(17) /* Use blk-crypto for encrypted files */ macro
/kernel/linux/linux-5.10/fs/ext4/
H A Dsuper.c2141 sb->s_flags |= SB_INLINECRYPT; in handle_mount_opt()
2615 if (sb->s_flags & SB_INLINECRYPT) in _ext4_show_options()
/kernel/linux/linux-6.6/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()

Completed in 41 milliseconds