Searched refs:CACHE_NEGATIVE (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/nfs/ ! |
| H A D | dns_resolve.c | 191 if (!test_bit(CACHE_NEGATIVE, &h->flags)) { in nfs_dns_show() 268 set_bit(CACHE_NEGATIVE, &key.h.flags); in nfs_dns_parse() 311 if (test_bit(CACHE_NEGATIVE, &(*item)->h.flags)) in do_cache_lookup_nowait()
|
| /linux/net/sunrpc/ ! |
| H A D | svcauth_unix.c | 112 !test_bit(CACHE_NEGATIVE, &item->flags)) in ip_map_put() 277 !test_bit(CACHE_NEGATIVE, &h->flags)) in ip_map_show() 317 set_bit(CACHE_NEGATIVE, &ip.h.flags); in __ip_map_update() 426 !test_bit(CACHE_NEGATIVE, &item->flags)) in unix_gid_free() 573 !test_bit(CACHE_NEGATIVE, &h->flags)) in unix_gid_show()
|
| H A D | cache.c | 189 set_bit(CACHE_NEGATIVE, &h->flags); in cache_make_negative() 197 if (!test_bit(CACHE_NEGATIVE, &new->flags)) { in cache_entry_update() 255 if (test_bit(CACHE_NEGATIVE, &h->flags)) in cache_is_valid()
|
| /linux/fs/nfsd/ ! |
| H A D | export.c | 51 !test_bit(CACHE_NEGATIVE, &key->h.flags)) in expkey_release() 156 set_bit(CACHE_NEGATIVE, &key.h.flags); in expkey_parse() 203 !test_bit(CACHE_NEGATIVE, &h->flags)) { in expkey_show() 670 set_bit(CACHE_NEGATIVE, &exp.h.flags); in svc_export_parse() 812 !test_bit(CACHE_NEGATIVE, &h->flags)) { in svc_export_show()
|
| H 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()
|
| H A D | trace.h | 416 __entry->cache = !test_bit(CACHE_NEGATIVE, &key->h.flags); 459 __entry->cache = !test_bit(CACHE_NEGATIVE, &key->h.flags);
|
| /linux/include/linux/sunrpc/ ! |
| H A D | cache.h | 63 CACHE_NEGATIVE, /* Negative entry - there is no match for the key */ enumerator
|
| /linux/net/sunrpc/auth_gss/ ! |
| H A D | svcauth_gss.c | 500 set_bit(CACHE_NEGATIVE, &rsci.h.flags); in rsc_parse()
|