Symbol: fscrypt_has_encryption_key
fs/ceph/caps.c
4995
if (IS_ENCRYPTED(dir) && fscrypt_has_encryption_key(dir)) {
fs/ceph/crypto.c
224
if (!fscrypt_has_encryption_key(dir))
fs/ceph/crypto.c
341
if (!fscrypt_has_encryption_key(dir)) {
fs/ceph/crypto.c
412
bool had_key = fscrypt_has_encryption_key(dir);
fs/ceph/crypto.c
421
if (!had_key && fscrypt_has_encryption_key(dir)) {
fs/ceph/dir.c
1138
!fscrypt_has_encryption_key(dir)) {
fs/ceph/dir.c
255
fscrypt_has_encryption_key(dir))) {
fs/ceph/dir.c
819
bool had_key = fscrypt_has_encryption_key(dir);
fs/ceph/dir.c
826
if (!had_key && fscrypt_has_encryption_key(dir))
fs/ceph/mds_client.c
2789
if (!fscrypt_has_encryption_key(dir))
fs/ceph/mds_client.c
2915
if (fscrypt_has_encryption_key(d_inode(parent))) {
fs/crypto/fname.c
286
if (fscrypt_has_encryption_key(inode))
fs/crypto/fname.c
360
if (fscrypt_has_encryption_key(dir)) {
fs/crypto/fname.c
512
return !fscrypt_has_encryption_key(dir);
fs/crypto/fscrypt_private.h
776
if (!fscrypt_has_encryption_key(inode))
fs/crypto/hooks.c
153
bool is_nokey_name = (!err && !fscrypt_has_encryption_key(dir));
fs/crypto/hooks.c
298
if (WARN_ON_ONCE(!fscrypt_has_encryption_key(inode)))
fs/crypto/hooks.c
380
has_key = fscrypt_has_encryption_key(inode);
fs/crypto/keysetup.c
703
if (fscrypt_has_encryption_key(inode))
fs/ext4/hash.c
287
if (fscrypt_has_encryption_key(dir)) {
fs/ext4/hash.c
324
(!IS_ENCRYPTED(dir) || fscrypt_has_encryption_key(dir))) {
fs/ext4/inode.c
4086
BUG_ON(!fscrypt_has_encryption_key(inode));
fs/ext4/inode.c
4223
if (IS_ENCRYPTED(inode) && !fscrypt_has_encryption_key(inode))
fs/ext4/namei.c
1371
(IS_ENCRYPTED(dir) && !fscrypt_has_encryption_key(dir))) {
fs/ext4/namei.c
1422
(!IS_ENCRYPTED(parent) || fscrypt_has_encryption_key(parent))) {
fs/libfs.c
1908
if (WARN_ON_ONCE(!fscrypt_has_encryption_key(parent)))