Home
last modified time | relevance | path

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

/Linux-v5.15/fs/crypto/
Dinline_crypt.c85 if (!(sb->s_flags & SB_INLINECRYPT)) in fscrypt_select_encryption_impl()
/Linux-v5.15/fs/f2fs/
Dsuper.c995 sb->s_flags |= SB_INLINECRYPT; in parse_options()
1936 if (sbi->sb->s_flags & SB_INLINECRYPT) in f2fs_show_options()
1995 sbi->sb->s_flags &= ~SB_INLINECRYPT; in default_options()
/Linux-v5.15/include/linux/
Dfs.h1405 #define SB_INLINECRYPT (1<<17) /* Use blk-crypto for encrypted files */ macro
/Linux-v5.15/fs/ext4/
Dsuper.c2140 sb->s_flags |= SB_INLINECRYPT; in handle_mount_opt()
2620 if (sb->s_flags & SB_INLINECRYPT) in _ext4_show_options()