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()411 if (fscrypt_has_encryption_key(dir)) { in fscrypt_setup_filename()564 valid = !fscrypt_has_encryption_key(d_inode(dir)); in fscrypt_d_revalidate()
249 if (WARN_ON_ONCE(!fscrypt_has_encryption_key(inode))) in __fscrypt_encrypt_symlink()331 has_key = fscrypt_has_encryption_key(inode); in fscrypt_get_symlink()
565 if (fscrypt_has_encryption_key(inode)) in fscrypt_get_encryption_info()
639 static inline bool fscrypt_has_encryption_key(const struct inode *inode) in fscrypt_has_encryption_key() function664 if (!fscrypt_has_encryption_key(inode)) in fscrypt_require_key()
3778 BUG_ON(!fscrypt_has_encryption_key(inode)); in __ext4_block_zero_page_range()3856 if (IS_ENCRYPTED(inode) && !fscrypt_has_encryption_key(inode)) in ext4_block_truncate_page()
652 if (!fscrypt_has_encryption_key(dir)) { in dx_show_leaf()