Searched refs:CACHE_NEGATIVE (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
D | dns_resolve.c | 192 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()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
D | svcauth_unix.c | 110 !test_bit(CACHE_NEGATIVE, &item->flags)) in ip_map_put() 275 !test_bit(CACHE_NEGATIVE, &h->flags)) in ip_map_show() 324 set_bit(CACHE_NEGATIVE, &ip.h.flags); in __ip_map_update() 432 !test_bit(CACHE_NEGATIVE, &item->flags)) in unix_gid_put() 571 !test_bit(CACHE_NEGATIVE, &h->flags)) in unix_gid_show()
|
D | cache.c | 184 set_bit(CACHE_NEGATIVE, &h->flags); in cache_make_negative() 192 if (!test_bit(CACHE_NEGATIVE, &new->flags)) { in cache_entry_update() 250 if (test_bit(CACHE_NEGATIVE, &h->flags)) in cache_is_valid()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
D | export.c | 48 !test_bit(CACHE_NEGATIVE, &key->h.flags)) in expkey_put() 147 set_bit(CACHE_NEGATIVE, &key.h.flags); in expkey_parse() 194 !test_bit(CACHE_NEGATIVE, &h->flags)) { in expkey_show() 592 set_bit(CACHE_NEGATIVE, &exp.h.flags); in svc_export_parse() 705 !test_bit(CACHE_NEGATIVE, &h->flags)) { in svc_export_show()
|
D | nfs4idmap.c | 257 set_bit(CACHE_NEGATIVE, &ent.h.flags); in idtoname_parse() 419 set_bit(CACHE_NEGATIVE, &ent.h.flags); in nametoid_parse()
|
D | trace.h | 123 __entry->cache = !test_bit(CACHE_NEGATIVE, &key->h.flags); 166 __entry->cache = !test_bit(CACHE_NEGATIVE, &key->h.flags);
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
D | cache.h | 59 #define CACHE_NEGATIVE 1 /* Negative entry - there is no match for the key */ macro
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 474 set_bit(CACHE_NEGATIVE, &rsci.h.flags); in rsc_parse()
|