Symbol: fscrypt_has_encryption_key
fs/ceph/caps.c
4971
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
1131
!fscrypt_has_encryption_key(dir)) {
fs/ceph/dir.c
255
fscrypt_has_encryption_key(dir))) {
fs/ceph/dir.c
813
bool had_key = fscrypt_has_encryption_key(dir);
fs/ceph/dir.c
820
if (!had_key && fscrypt_has_encryption_key(dir))
fs/ceph/mds_client.c
2649
if (!fscrypt_has_encryption_key(dir))
fs/ceph/mds_client.c
2775
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
757
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
675
if (fscrypt_has_encryption_key(inode))
fs/ext4/hash.c
267
if (fscrypt_has_encryption_key(dir)) {
fs/ext4/hash.c
304
(!IS_ENCRYPTED(dir) || fscrypt_has_encryption_key(dir))) {
fs/ext4/inode.c
4071
BUG_ON(!fscrypt_has_encryption_key(inode));
fs/ext4/inode.c
4153
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
1917
if (WARN_ON_ONCE(!fscrypt_has_encryption_key(parent)))