Home
last modified time | relevance | path

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

/Linux-v5.4/fs/crypto/
Dhooks.c143 if (!fscrypt_has_encryption_key(dir)) in __fscrypt_prepare_symlink()
258 has_key = fscrypt_has_encryption_key(inode); in fscrypt_get_symlink()
Dfname.c268 if (fscrypt_has_encryption_key(inode)) in fscrypt_fname_disk_to_usr()
335 if (fscrypt_has_encryption_key(dir)) { in fscrypt_setup_filename()
Dcrypto.c386 valid = !fscrypt_has_encryption_key(d_inode(dir)); in fscrypt_d_revalidate()
Dkeysetup.c429 if (fscrypt_has_encryption_key(inode)) in fscrypt_get_encryption_info()
/Linux-v5.4/include/linux/
Dfscrypt.h79 static inline bool fscrypt_has_encryption_key(const struct inode *inode) in fscrypt_has_encryption_key() function
279 static inline bool fscrypt_has_encryption_key(const struct inode *inode) in fscrypt_has_encryption_key() function
581 if (!fscrypt_has_encryption_key(inode)) in fscrypt_require_key()
/Linux-v5.4/fs/ext4/
Dialloc.c780 if (!fscrypt_has_encryption_key(dir)) in __ext4_new_inode()
Dinode.c4039 BUG_ON(!fscrypt_has_encryption_key(inode)); in __ext4_block_zero_page_range()
4113 if (IS_ENCRYPTED(inode) && !fscrypt_has_encryption_key(inode)) in ext4_block_truncate_page()
Dnamei.c645 if (!fscrypt_has_encryption_key(dir)) { in dx_show_leaf()
/Linux-v5.4/fs/ubifs/
Ddir.c91 if (!fscrypt_has_encryption_key(dir)) in ubifs_new_inode()