Searched refs:CACHE_NEGATIVE (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/fs/nfs/ |
D | dns_resolve.c | 181 if (!test_bit(CACHE_NEGATIVE, &h->flags)) { in nfs_dns_show() 258 set_bit(CACHE_NEGATIVE, &key.h.flags); in nfs_dns_parse() 301 if (test_bit(CACHE_NEGATIVE, &(*item)->h.flags)) in do_cache_lookup_nowait()
|
/linux-4.4.14/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() 560 !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-4.4.14/fs/nfsd/ |
D | export.c | 45 !test_bit(CACHE_NEGATIVE, &key->h.flags)) in expkey_put() 139 set_bit(CACHE_NEGATIVE, &key.h.flags); in expkey_parse() 182 !test_bit(CACHE_NEGATIVE, &h->flags)) { in expkey_show() 561 set_bit(CACHE_NEGATIVE, &exp.h.flags); in svc_export_parse() 672 !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-4.4.14/include/linux/sunrpc/ |
D | cache.h | 60 #define CACHE_NEGATIVE 1 /* Negative entry - there is no match for the key */ macro
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 443 set_bit(CACHE_NEGATIVE, &rsci.h.flags); in rsc_parse() 1485 set_bit(CACHE_NEGATIVE, &rsci->h.flags); in svcauth_gss_accept()
|