Home
last modified time | relevance | path

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

/Linux-v5.15/fs/crypto/
Dfname.c356 if (fscrypt_has_encryption_key(inode)) in fscrypt_fname_disk_to_usr()
430 if (fscrypt_has_encryption_key(dir)) { in fscrypt_setup_filename()
588 valid = !fscrypt_has_encryption_key(d_inode(dir)); in fscrypt_d_revalidate()
Dhooks.c255 if (WARN_ON_ONCE(!fscrypt_has_encryption_key(inode))) in __fscrypt_encrypt_symlink()
337 has_key = fscrypt_has_encryption_key(inode); in fscrypt_get_symlink()
Dfscrypt_private.h595 if (!fscrypt_has_encryption_key(inode)) in fscrypt_require_key()
Dkeysetup.c594 if (fscrypt_has_encryption_key(inode)) in fscrypt_get_encryption_info()
/Linux-v5.15/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.c1381 (IS_ENCRYPTED(dir) && !fscrypt_has_encryption_key(dir))) { in ext4_fname_setup_ci_filename()
1433 (!IS_ENCRYPTED(parent) || fscrypt_has_encryption_key(parent))) { in ext4_match()
Dinode.c3728 BUG_ON(!fscrypt_has_encryption_key(inode)); in __ext4_block_zero_page_range()
3807 if (IS_ENCRYPTED(inode) && !fscrypt_has_encryption_key(inode)) in ext4_block_truncate_page()
/Linux-v5.15/include/linux/
Dfscrypt.h789 static inline bool fscrypt_has_encryption_key(const struct inode *inode) in fscrypt_has_encryption_key() function
/Linux-v5.15/fs/f2fs/
Ddir.c231 if (WARN_ON_ONCE(!fscrypt_has_encryption_key(dir))) in f2fs_match_ci_name()