fscrypt_has_encryption_key  386 fs/crypto/crypto.c 	valid = !fscrypt_has_encryption_key(d_inode(dir));
fscrypt_has_encryption_key  268 fs/crypto/fname.c 	if (fscrypt_has_encryption_key(inode))
fscrypt_has_encryption_key  335 fs/crypto/fname.c 	if (fscrypt_has_encryption_key(dir)) {
fscrypt_has_encryption_key  143 fs/crypto/hooks.c 	if (!fscrypt_has_encryption_key(dir))
fscrypt_has_encryption_key  258 fs/crypto/hooks.c 	has_key = fscrypt_has_encryption_key(inode);
fscrypt_has_encryption_key  429 fs/crypto/keysetup.c 	if (fscrypt_has_encryption_key(inode))
fscrypt_has_encryption_key  778 fs/ext4/ialloc.c 		if (!fscrypt_has_encryption_key(dir))
fscrypt_has_encryption_key 4060 fs/ext4/inode.c 			BUG_ON(!fscrypt_has_encryption_key(inode));
fscrypt_has_encryption_key 4134 fs/ext4/inode.c 	if (IS_ENCRYPTED(inode) && !fscrypt_has_encryption_key(inode))
fscrypt_has_encryption_key  645 fs/ext4/namei.c 				if (!fscrypt_has_encryption_key(dir)) {
fscrypt_has_encryption_key   91 fs/ubifs/dir.c 		if (!fscrypt_has_encryption_key(dir))
fscrypt_has_encryption_key  581 include/linux/fscrypt.h 		if (!fscrypt_has_encryption_key(inode))