Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfs/
Ddns_resolve.c192 if (!test_bit(CACHE_NEGATIVE, &h->flags)) { in nfs_dns_show()
269 set_bit(CACHE_NEGATIVE, &key.h.flags); in nfs_dns_parse()
312 if (test_bit(CACHE_NEGATIVE, &(*item)->h.flags)) in do_cache_lookup_nowait()
/Linux-v5.4/net/sunrpc/
Dsvcauth_unix.c110 !test_bit(CACHE_NEGATIVE, &item->flags)) in ip_map_put()
270 !test_bit(CACHE_NEGATIVE, &h->flags)) in ip_map_show()
319 set_bit(CACHE_NEGATIVE, &ip.h.flags); in __ip_map_update()
436 !test_bit(CACHE_NEGATIVE, &item->flags)) in unix_gid_put()
570 !test_bit(CACHE_NEGATIVE, &h->flags)) in unix_gid_show()
Dcache.c109 set_bit(CACHE_NEGATIVE, &tmp->flags); in sunrpc_cache_add_entry()
182 if (test_bit(CACHE_NEGATIVE, &new->flags)) in sunrpc_cache_update()
183 set_bit(CACHE_NEGATIVE, &old->flags); in sunrpc_cache_update()
203 if (test_bit(CACHE_NEGATIVE, &new->flags)) in sunrpc_cache_update()
204 set_bit(CACHE_NEGATIVE, &tmp->flags); in sunrpc_cache_update()
233 if (test_bit(CACHE_NEGATIVE, &h->flags)) in cache_is_valid()
255 set_bit(CACHE_NEGATIVE, &h->flags); in try_to_negate_entry()
/Linux-v5.4/fs/nfsd/
Dexport.c47 !test_bit(CACHE_NEGATIVE, &key->h.flags)) in expkey_put()
141 set_bit(CACHE_NEGATIVE, &key.h.flags); in expkey_parse()
184 !test_bit(CACHE_NEGATIVE, &h->flags)) { in expkey_show()
576 set_bit(CACHE_NEGATIVE, &exp.h.flags); in svc_export_parse()
687 !test_bit(CACHE_NEGATIVE, &h->flags)) { in svc_export_show()
Dnfs4idmap.c250 set_bit(CACHE_NEGATIVE, &ent.h.flags); in idtoname_parse()
405 set_bit(CACHE_NEGATIVE, &ent.h.flags); in nametoid_parse()
/Linux-v5.4/include/linux/sunrpc/
Dcache.h58 #define CACHE_NEGATIVE 1 /* Negative entry - there is no match for the key */ macro
/Linux-v5.4/net/sunrpc/auth_gss/
Dsvcauth_gss.c464 set_bit(CACHE_NEGATIVE, &rsci.h.flags); in rsc_parse()