Searched refs:fscrypt_has_encryption_key (Results 1 – 9 of 9) sorted by relevance
356 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()
255 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()
595 if (!fscrypt_has_encryption_key(inode)) in fscrypt_require_key()
594 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()
1381 (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()
3728 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()
789 static inline bool fscrypt_has_encryption_key(const struct inode *inode) in fscrypt_has_encryption_key() function
231 if (WARN_ON_ONCE(!fscrypt_has_encryption_key(dir))) in f2fs_match_ci_name()