Home
last modified time | relevance | path

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

/linux/fs/crypto/
H A Dfscrypt_private.h753 if (!fscrypt_has_encryption_key(inode)) in fscrypt_require_key()
H A Dkeysetup.c674 if (fscrypt_has_encryption_key(inode)) in fscrypt_get_encryption_info()
/linux/include/linux/
H A Dfscrypt.h885 static inline bool fscrypt_has_encryption_key(const struct inode *inode) in fscrypt_has_encryption_key() function
/linux/fs/ext4/
H A Dnamei.c1371 (IS_ENCRYPTED(dir) && !fscrypt_has_encryption_key(dir))) { in ext4_fname_setup_ci_filename()
1422 (!IS_ENCRYPTED(parent) || fscrypt_has_encryption_key(parent))) { in ext4_match()
H A Dinode.c4229 if (IS_ENCRYPTED(inode) && !fscrypt_has_encryption_key(inode)) in ext4_block_zero_eof()