Home
last modified time | relevance | path

Searched refs:CACHE_NEGATIVE (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/nfs/
Ddns_resolve.c182 if (!test_bit(CACHE_NEGATIVE, &h->flags)) { in nfs_dns_show()
259 set_bit(CACHE_NEGATIVE, &key.h.flags); in nfs_dns_parse()
302 if (test_bit(CACHE_NEGATIVE, &(*item)->h.flags)) in do_cache_lookup_nowait()
/linux-4.19.296/fs/nfsd/
Dexport.c46 !test_bit(CACHE_NEGATIVE, &key->h.flags)) in expkey_put()
140 set_bit(CACHE_NEGATIVE, &key.h.flags); in expkey_parse()
183 !test_bit(CACHE_NEGATIVE, &h->flags)) { in expkey_show()
563 set_bit(CACHE_NEGATIVE, &exp.h.flags); in svc_export_parse()
674 !test_bit(CACHE_NEGATIVE, &h->flags)) { in svc_export_show()
Dnfs4idmap.c249 set_bit(CACHE_NEGATIVE, &ent.h.flags); in idtoname_parse()
404 set_bit(CACHE_NEGATIVE, &ent.h.flags); in nametoid_parse()
/linux-4.19.296/include/linux/sunrpc/
Dcache.h60 #define CACHE_NEGATIVE 1 /* Negative entry - there is no match for the key */ macro