Searched refs:fscrypt_has_encryption_key (Results 1 – 6 of 6) sorted by relevance
334 if (fscrypt_has_encryption_key(inode)) in fscrypt_fname_disk_to_usr()407 if (fscrypt_has_encryption_key(dir)) { in fscrypt_setup_filename()560 valid = !fscrypt_has_encryption_key(d_inode(dir)); in fscrypt_d_revalidate()
248 if (WARN_ON_ONCE(!fscrypt_has_encryption_key(inode))) in __fscrypt_encrypt_symlink()330 has_key = fscrypt_has_encryption_key(inode); in fscrypt_get_symlink()
607 if (fscrypt_has_encryption_key(inode)) in fscrypt_get_encryption_info()
680 static inline bool fscrypt_has_encryption_key(const struct inode *inode) in fscrypt_has_encryption_key() function705 if (!fscrypt_has_encryption_key(inode)) in fscrypt_require_key()
3800 BUG_ON(!fscrypt_has_encryption_key(inode)); in __ext4_block_zero_page_range()3878 if (IS_ENCRYPTED(inode) && !fscrypt_has_encryption_key(inode)) in ext4_block_truncate_page()
675 if (!fscrypt_has_encryption_key(dir)) { in dx_show_leaf()