Searched refs:fscrypt_has_encryption_key (Results 1 - 13 of 13) sorted by path

/linux-master/fs/ceph/
H A Dcaps.c4938 if (IS_ENCRYPTED(dir) && fscrypt_has_encryption_key(dir)) {
H A Dcrypto.c288 if (!fscrypt_has_encryption_key(dir)) {
361 WARN_ON_ONCE(!fscrypt_has_encryption_key(parent));
419 if (!fscrypt_has_encryption_key(dir)) {
489 bool had_key = fscrypt_has_encryption_key(dir);
498 if (!had_key && fscrypt_has_encryption_key(dir)) {
H A Ddir.c254 fscrypt_has_encryption_key(dir))) {
814 bool had_key = fscrypt_has_encryption_key(dir);
821 if (!had_key && fscrypt_has_encryption_key(dir))
1130 !fscrypt_has_encryption_key(dir)) {
H A Dmds_client.c2649 if (!fscrypt_has_encryption_key(dir))
2773 if (fscrypt_has_encryption_key(d_inode(parent))) {
/linux-master/fs/crypto/
H A Dfname.c382 if (fscrypt_has_encryption_key(inode))
456 if (fscrypt_has_encryption_key(dir)) {
612 valid = !fscrypt_has_encryption_key(d_inode(dir));
H A Dfscrypt_private.h691 if (!fscrypt_has_encryption_key(inode))
H A Dhooks.c151 bool is_nokey_name = (!err && !fscrypt_has_encryption_key(dir));
296 if (WARN_ON_ONCE(!fscrypt_has_encryption_key(inode)))
378 has_key = fscrypt_has_encryption_key(inode);
H A Dkeysetup.c640 * encryption key is unavailable. (Use fscrypt_has_encryption_key() to
649 if (fscrypt_has_encryption_key(inode))
/linux-master/fs/ext4/
H A Dhash.c267 if (fscrypt_has_encryption_key(dir)) {
304 (!IS_ENCRYPTED(dir) || fscrypt_has_encryption_key(dir))) {
H A Dinode.c3658 BUG_ON(!fscrypt_has_encryption_key(inode));
3738 if (IS_ENCRYPTED(inode) && !fscrypt_has_encryption_key(inode))
H A Dnamei.c1453 (IS_ENCRYPTED(dir) && !fscrypt_has_encryption_key(dir))) {
1504 (!IS_ENCRYPTED(parent) || fscrypt_has_encryption_key(parent))) {
/linux-master/fs/f2fs/
H A Ddir.c199 if (WARN_ON_ONCE(!fscrypt_has_encryption_key(dir)))
/linux-master/include/linux/
H A Dfscrypt.h926 * fscrypt_has_encryption_key() - check whether an inode has had its key set up
934 static inline bool fscrypt_has_encryption_key(const struct inode *inode) function

Completed in 394 milliseconds