Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ceph/
Dcrypto.c285 if (!fscrypt_has_encryption_key(dir)) { in ceph_encode_encrypted_dname()
358 WARN_ON_ONCE(!fscrypt_has_encryption_key(parent)); in ceph_encode_encrypted_fname()
416 if (!fscrypt_has_encryption_key(dir)) { in ceph_fname_to_usr()
486 bool had_key = fscrypt_has_encryption_key(dir); in ceph_fscrypt_prepare_readdir()
495 if (!had_key && fscrypt_has_encryption_key(dir)) { in ceph_fscrypt_prepare_readdir()
Ddir.c247 fscrypt_has_encryption_key(dir))) { in __dcache_readdir()
788 bool had_key = fscrypt_has_encryption_key(dir); in ceph_lookup()
795 if (!had_key && fscrypt_has_encryption_key(dir)) in ceph_lookup()
1095 !fscrypt_has_encryption_key(dir)) { in ceph_mkdir()
Dmds_client.c2553 if (!fscrypt_has_encryption_key(dir)) in get_fscrypt_altname()
2676 if (fscrypt_has_encryption_key(d_inode(parent))) { in ceph_mdsc_build_path()
Dcaps.c4814 if (IS_ENCRYPTED(dir) && fscrypt_has_encryption_key(dir)) { in ceph_encode_dentry_release()
/Linux-v6.6/fs/crypto/
Dhooks.c135 if (!err && !fscrypt_has_encryption_key(dir)) { in fscrypt_prepare_lookup_partial()
281 if (WARN_ON_ONCE(!fscrypt_has_encryption_key(inode))) in __fscrypt_encrypt_symlink()
363 has_key = fscrypt_has_encryption_key(inode); in fscrypt_get_symlink()
Dfname.c388 if (fscrypt_has_encryption_key(inode)) in fscrypt_fname_disk_to_usr()
462 if (fscrypt_has_encryption_key(dir)) { in fscrypt_setup_filename()
618 valid = !fscrypt_has_encryption_key(d_inode(dir)); in fscrypt_d_revalidate()
Dfscrypt_private.h636 if (!fscrypt_has_encryption_key(inode)) in fscrypt_require_key()
Dkeysetup.c642 if (fscrypt_has_encryption_key(inode)) in fscrypt_get_encryption_info()
/Linux-v6.6/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.c1453 (IS_ENCRYPTED(dir) && !fscrypt_has_encryption_key(dir))) { in ext4_fname_setup_ci_filename()
1504 (!IS_ENCRYPTED(parent) || fscrypt_has_encryption_key(parent))) { in ext4_match()
Dinode.c3682 BUG_ON(!fscrypt_has_encryption_key(inode)); in __ext4_block_zero_page_range()
3762 if (IS_ENCRYPTED(inode) && !fscrypt_has_encryption_key(inode)) in ext4_block_truncate_page()
/Linux-v6.6/include/linux/
Dfscrypt.h869 static inline bool fscrypt_has_encryption_key(const struct inode *inode) in fscrypt_has_encryption_key() function
/Linux-v6.6/fs/f2fs/
Ddir.c199 if (WARN_ON_ONCE(!fscrypt_has_encryption_key(dir))) in f2fs_match_ci_name()