Home
last modified time | relevance | path

Searched refs:fscrypt_has_encryption_key (Results 1 – 12 of 12) sorted by relevance

/linux/fs/crypto/
H A Dhooks.c153 bool is_nokey_name = (!err && !fscrypt_has_encryption_key(dir)); in fscrypt_prepare_lookup_partial()
298 if (WARN_ON_ONCE(!fscrypt_has_encryption_key(inode))) in __fscrypt_encrypt_symlink()
380 has_key = fscrypt_has_encryption_key(inode); in fscrypt_get_symlink()
H A Dfscrypt_private.h763 if (!fscrypt_has_encryption_key(inode)) in fscrypt_require_key()
H A Dkeysetup.c699 if (fscrypt_has_encryption_key(inode)) in fscrypt_get_encryption_info()
/linux/fs/ceph/
H A Dcrypto.c274 if (!fscrypt_has_encryption_key(dir)) in ceph_encode_encrypted_dname()
391 if (!fscrypt_has_encryption_key(dir)) { in ceph_fname_to_usr()
461 bool had_key = fscrypt_has_encryption_key(dir); in ceph_fscrypt_prepare_readdir()
470 if (!had_key && fscrypt_has_encryption_key(dir)) { in ceph_fscrypt_prepare_readdir()
H A Ddir.c255 fscrypt_has_encryption_key(dir))) { in __dcache_readdir()
813 bool had_key = fscrypt_has_encryption_key(dir); in ceph_lookup()
820 if (!had_key && fscrypt_has_encryption_key(dir)) in ceph_lookup()
1130 !fscrypt_has_encryption_key(dir)) { in ceph_mkdir()
H A Dmds_client.c2642 if (!fscrypt_has_encryption_key(dir)) in get_fscrypt_altname()
2768 if (fscrypt_has_encryption_key(d_inode(parent))) { in ceph_mdsc_build_path()
H A Dcaps.c4967 if (IS_ENCRYPTED(dir) && fscrypt_has_encryption_key(dir)) { in ceph_encode_dentry_release()
/linux/fs/ext4/
H A Dhash.c267 if (fscrypt_has_encryption_key(dir)) { in __ext4fs_dirhash()
304 (!IS_ENCRYPTED(dir) || fscrypt_has_encryption_key(dir))) { in ext4fs_dirhash()
H A Dnamei.c1371 (IS_ENCRYPTED(dir) && !fscrypt_has_encryption_key(dir))) { in ext4_fname_setup_ci_filename()
1422 (!IS_ENCRYPTED(parent) || fscrypt_has_encryption_key(parent))) { in ext4_match()
H A Dinode.c4148 BUG_ON(!fscrypt_has_encryption_key(inode)); in __ext4_block_zero_page_range()
4228 if (IS_ENCRYPTED(inode) && !fscrypt_has_encryption_key(inode)) in ext4_block_truncate_page()
/linux/include/linux/
H A Dfscrypt.h932 static inline bool fscrypt_has_encryption_key(const struct inode *inode) in fscrypt_has_encryption_key() function
/linux/fs/
H A Dlibfs.c1914 if (WARN_ON_ONCE(!fscrypt_has_encryption_key(parent))) in generic_ci_match()