Home
last modified time | relevance | path

Searched refs:had_key (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/fs/ceph/
Dcrypto.c486 bool had_key = fscrypt_has_encryption_key(dir); in ceph_fscrypt_prepare_readdir() local
495 if (!had_key && fscrypt_has_encryption_key(dir)) { in ceph_fscrypt_prepare_readdir()
Ddir.c788 bool had_key = fscrypt_has_encryption_key(dir); in ceph_lookup() local
795 if (!had_key && fscrypt_has_encryption_key(dir)) in ceph_lookup()