Home
last modified time | relevance | path

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

/Linux-v4.19/fs/crypto/
Dhooks.c104 if (fscrypt_has_encryption_key(dir)) { in __fscrypt_prepare_lookup()
133 if (!fscrypt_has_encryption_key(dir)) in __fscrypt_prepare_symlink()
/Linux-v4.19/include/linux/
Dfscrypt.h71 if (!fscrypt_has_encryption_key(inode)) in fscrypt_require_key()
Dfscrypt_notsupp.h17 static inline bool fscrypt_has_encryption_key(const struct inode *inode) in fscrypt_has_encryption_key() function
Dfscrypt_supp.h50 static inline bool fscrypt_has_encryption_key(const struct inode *inode) in fscrypt_has_encryption_key() function
/Linux-v4.19/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 (ext4_encrypted_inode(inode) && !fscrypt_has_encryption_key(inode)) in ext4_block_truncate_page()
Dnamei.c629 if (!fscrypt_has_encryption_key(dir)) { in dx_show_leaf()
/Linux-v4.19/fs/ubifs/
Ddir.c103 if (!fscrypt_has_encryption_key(dir)) in ubifs_new_inode()