Home
last modified time | relevance | path

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

/linux/fs/crypto/
A 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()
587 valid = !fscrypt_has_encryption_key(d_inode(dir)); in fscrypt_d_revalidate()
A 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()
A Dfscrypt_private.h605 if (!fscrypt_has_encryption_key(inode)) in fscrypt_require_key()
A Dkeysetup.c628 if (fscrypt_has_encryption_key(inode)) in fscrypt_get_encryption_info()
/linux/fs/ext4/
A Dhash.c267 if (fscrypt_has_encryption_key(dir)) { in __ext4fs_dirhash()
300 (!IS_ENCRYPTED(dir) || fscrypt_has_encryption_key(dir))) { in ext4fs_dirhash()
A 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()
A Dinode.c3725 BUG_ON(!fscrypt_has_encryption_key(inode)); in __ext4_block_zero_page_range()
3804 if (IS_ENCRYPTED(inode) && !fscrypt_has_encryption_key(inode)) in ext4_block_truncate_page()
/linux/include/linux/
A Dfscrypt.h786 static inline bool fscrypt_has_encryption_key(const struct inode *inode) in fscrypt_has_encryption_key() function
/linux/fs/f2fs/
A Ddir.c231 if (WARN_ON_ONCE(!fscrypt_has_encryption_key(dir))) in f2fs_match_ci_name()

Completed in 830 milliseconds