Searched refs:fscrypt_has_encryption_key (Results 1 – 9 of 9) sorted by relevance
388 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()
251 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()
638 if (!fscrypt_has_encryption_key(inode)) in fscrypt_require_key()
608 if (fscrypt_has_encryption_key(inode)) in fscrypt_get_encryption_info()
267 if (fscrypt_has_encryption_key(dir)) { in __ext4fs_dirhash()300 (!IS_ENCRYPTED(dir) || fscrypt_has_encryption_key(dir))) { in ext4fs_dirhash()
1432 (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()
3783 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()
851 static inline bool fscrypt_has_encryption_key(const struct inode *inode) in fscrypt_has_encryption_key() function
232 if (WARN_ON_ONCE(!fscrypt_has_encryption_key(dir))) in f2fs_match_ci_name()