Home
last modified time | relevance | path

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

/linux-6.14.4/fs/crypto/
Dhooks.c151 bool is_nokey_name = (!err && !fscrypt_has_encryption_key(dir)); in fscrypt_prepare_lookup_partial()
296 if (WARN_ON_ONCE(!fscrypt_has_encryption_key(inode))) in __fscrypt_encrypt_symlink()
378 has_key = fscrypt_has_encryption_key(inode); in fscrypt_get_symlink()
Dfname.c382 if (fscrypt_has_encryption_key(inode)) in fscrypt_fname_disk_to_usr()
456 if (fscrypt_has_encryption_key(dir)) { in fscrypt_setup_filename()
608 return !fscrypt_has_encryption_key(dir); in fscrypt_d_revalidate()
Dfscrypt_private.h691 if (!fscrypt_has_encryption_key(inode)) in fscrypt_require_key()
Dkeysetup.c649 if (fscrypt_has_encryption_key(inode)) in fscrypt_get_encryption_info()
/linux-6.14.4/fs/ceph/
Dcrypto.c288 if (!fscrypt_has_encryption_key(dir)) { in ceph_encode_encrypted_dname()
361 WARN_ON_ONCE(!fscrypt_has_encryption_key(parent)); in ceph_encode_encrypted_fname()
419 if (!fscrypt_has_encryption_key(dir)) { in ceph_fname_to_usr()
489 bool had_key = fscrypt_has_encryption_key(dir); in ceph_fscrypt_prepare_readdir()
498 if (!had_key && fscrypt_has_encryption_key(dir)) { in ceph_fscrypt_prepare_readdir()
Ddir.c254 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()
1129 !fscrypt_has_encryption_key(dir)) { in ceph_mkdir()
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()
Dcaps.c4965 if (IS_ENCRYPTED(dir) && fscrypt_has_encryption_key(dir)) { in ceph_encode_dentry_release()
/linux-6.14.4/fs/ext4/
Dhash.c267 if (fscrypt_has_encryption_key(dir)) { in __ext4fs_dirhash()
304 (!IS_ENCRYPTED(dir) || fscrypt_has_encryption_key(dir))) { in ext4fs_dirhash()
Dnamei.c1403 (IS_ENCRYPTED(dir) && !fscrypt_has_encryption_key(dir))) { in ext4_fname_setup_ci_filename()
1454 (!IS_ENCRYPTED(parent) || fscrypt_has_encryption_key(parent))) { in ext4_match()
Dinode.c3736 BUG_ON(!fscrypt_has_encryption_key(inode)); in __ext4_block_zero_page_range()
3816 if (IS_ENCRYPTED(inode) && !fscrypt_has_encryption_key(inode)) in ext4_block_truncate_page()
/linux-6.14.4/include/linux/
Dfscrypt.h935 static inline bool fscrypt_has_encryption_key(const struct inode *inode) in fscrypt_has_encryption_key() function
/linux-6.14.4/fs/
Dlibfs.c1892 if (WARN_ON_ONCE(!fscrypt_has_encryption_key(parent))) in generic_ci_match()