Home
last modified time | relevance | path

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

/Linux-v6.1/fs/crypto/
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()
Dhooks.c251 if (WARN_ON_ONCE(!fscrypt_has_encryption_key(inode))) in __fscrypt_encrypt_symlink()
333 has_key = fscrypt_has_encryption_key(inode); in fscrypt_get_symlink()
Dfscrypt_private.h638 if (!fscrypt_has_encryption_key(inode)) in fscrypt_require_key()
Dkeysetup.c608 if (fscrypt_has_encryption_key(inode)) in fscrypt_get_encryption_info()
/Linux-v6.1/fs/ext4/
Dhash.c267 if (fscrypt_has_encryption_key(dir)) { in __ext4fs_dirhash()
300 (!IS_ENCRYPTED(dir) || fscrypt_has_encryption_key(dir))) { in ext4fs_dirhash()
Dnamei.c1432 (IS_ENCRYPTED(dir) && !fscrypt_has_encryption_key(dir))) { in ext4_fname_setup_ci_filename()
1484 (!IS_ENCRYPTED(parent) || fscrypt_has_encryption_key(parent))) { in ext4_match()
Dinode.c3783 BUG_ON(!fscrypt_has_encryption_key(inode)); in __ext4_block_zero_page_range()
3862 if (IS_ENCRYPTED(inode) && !fscrypt_has_encryption_key(inode)) in ext4_block_truncate_page()
/Linux-v6.1/include/linux/
Dfscrypt.h851 static inline bool fscrypt_has_encryption_key(const struct inode *inode) in fscrypt_has_encryption_key() function
/Linux-v6.1/fs/f2fs/
Ddir.c232 if (WARN_ON_ONCE(!fscrypt_has_encryption_key(dir))) in f2fs_match_ci_name()