Searched refs:CACHE_NEGATIVE (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/fs/nfs/ |
D | dns_resolve.c | 182 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-v4.19/net/sunrpc/ |
D | svcauth_unix.c | 102 !test_bit(CACHE_NEGATIVE, &item->flags)) in ip_map_put() 262 !test_bit(CACHE_NEGATIVE, &h->flags)) in ip_map_show() 311 set_bit(CACHE_NEGATIVE, &ip.h.flags); in __ip_map_update() 427 !test_bit(CACHE_NEGATIVE, &item->flags)) in unix_gid_put() 561 !test_bit(CACHE_NEGATIVE, &h->flags)) in unix_gid_show()
|
D | cache.c | 156 if (test_bit(CACHE_NEGATIVE, &new->flags)) in sunrpc_cache_update() 157 set_bit(CACHE_NEGATIVE, &old->flags); in sunrpc_cache_update() 177 if (test_bit(CACHE_NEGATIVE, &new->flags)) in sunrpc_cache_update() 178 set_bit(CACHE_NEGATIVE, &tmp->flags); in sunrpc_cache_update() 207 if (test_bit(CACHE_NEGATIVE, &h->flags)) in cache_is_valid() 229 set_bit(CACHE_NEGATIVE, &h->flags); in try_to_negate_entry()
|
/Linux-v4.19/fs/nfsd/ |
D | export.c | 46 !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()
|
D | nfs4idmap.c | 249 set_bit(CACHE_NEGATIVE, &ent.h.flags); in idtoname_parse() 404 set_bit(CACHE_NEGATIVE, &ent.h.flags); in nametoid_parse()
|
/Linux-v4.19/include/linux/sunrpc/ |
D | cache.h | 60 #define CACHE_NEGATIVE 1 /* Negative entry - there is no match for the key */ macro
|
/Linux-v4.19/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 443 set_bit(CACHE_NEGATIVE, &rsci.h.flags); in rsc_parse()
|