Searched refs:CACHE_NEGATIVE (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/fs/nfs/ |
A D | dns_resolve.c | 193 if (!test_bit(CACHE_NEGATIVE, &h->flags)) { in nfs_dns_show() 270 set_bit(CACHE_NEGATIVE, &key.h.flags); in nfs_dns_parse() 313 if (test_bit(CACHE_NEGATIVE, &(*item)->h.flags)) in do_cache_lookup_nowait()
|
/linux-6.3-rc2/net/sunrpc/ |
A D | svcauth_unix.c | 111 !test_bit(CACHE_NEGATIVE, &item->flags)) in ip_map_put() 276 !test_bit(CACHE_NEGATIVE, &h->flags)) in ip_map_show() 316 set_bit(CACHE_NEGATIVE, &ip.h.flags); in __ip_map_update() 424 !test_bit(CACHE_NEGATIVE, &item->flags)) in unix_gid_put() 563 !test_bit(CACHE_NEGATIVE, &h->flags)) in unix_gid_show()
|
A D | cache.c | 186 set_bit(CACHE_NEGATIVE, &h->flags); in cache_make_negative() 194 if (!test_bit(CACHE_NEGATIVE, &new->flags)) { in cache_entry_update() 252 if (test_bit(CACHE_NEGATIVE, &h->flags)) in cache_is_valid()
|
/linux-6.3-rc2/fs/nfsd/ |
A 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() 622 set_bit(CACHE_NEGATIVE, &exp.h.flags); in svc_export_parse() 759 !test_bit(CACHE_NEGATIVE, &h->flags)) { in svc_export_show()
|
A D | nfs4idmap.c | 258 set_bit(CACHE_NEGATIVE, &ent.h.flags); in idtoname_parse() 420 set_bit(CACHE_NEGATIVE, &ent.h.flags); in nametoid_parse()
|
A D | trace.h | 345 __entry->cache = !test_bit(CACHE_NEGATIVE, &key->h.flags); 388 __entry->cache = !test_bit(CACHE_NEGATIVE, &key->h.flags);
|
/linux-6.3-rc2/include/linux/sunrpc/ |
A D | cache.h | 60 #define CACHE_NEGATIVE 1 /* Negative entry - there is no match for the key */ macro
|
/linux-6.3-rc2/net/sunrpc/auth_gss/ |
A D | svcauth_gss.c | 500 set_bit(CACHE_NEGATIVE, &rsci.h.flags); in rsc_parse()
|
Completed in 31 milliseconds