Searched refs:cached_with_key (Results 1 – 1 of 1) sorted by relevance
321 int dir_has_key, cached_with_key; in fscrypt_d_revalidate() local333 cached_with_key = dentry->d_flags & DCACHE_ENCRYPTED_WITH_KEY; in fscrypt_d_revalidate()348 if ((!cached_with_key && d_is_negative(dentry)) || in fscrypt_d_revalidate()349 (!cached_with_key && dir_has_key) || in fscrypt_d_revalidate()350 (cached_with_key && !dir_has_key)) in fscrypt_d_revalidate()