Searched refs:CACHE_NEGATIVE (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/fs/nfs/ |
D | dns_resolve.c | 175 if (!test_bit(CACHE_NEGATIVE, &h->flags)) { in nfs_dns_show() 252 set_bit(CACHE_NEGATIVE, &key.h.flags); in nfs_dns_parse() 295 if (test_bit(CACHE_NEGATIVE, &(*item)->h.flags)) in do_cache_lookup_nowait()
|
/linux-3.4.99/net/sunrpc/ |
D | svcauth_unix.c | 101 !test_bit(CACHE_NEGATIVE, &item->flags)) in ip_map_put() 280 !test_bit(CACHE_NEGATIVE, &h->flags)) in ip_map_show() 329 set_bit(CACHE_NEGATIVE, &ip.h.flags); in __ip_map_update() 445 !test_bit(CACHE_NEGATIVE, &item->flags)) in unix_gid_put() 576 !test_bit(CACHE_NEGATIVE, &h->flags)) in unix_gid_show()
|
D | cache.c | 157 if (test_bit(CACHE_NEGATIVE, &new->flags)) in sunrpc_cache_update() 158 set_bit(CACHE_NEGATIVE, &old->flags); in sunrpc_cache_update() 179 if (test_bit(CACHE_NEGATIVE, &new->flags)) in sunrpc_cache_update() 180 set_bit(CACHE_NEGATIVE, &tmp->flags); in sunrpc_cache_update() 210 if (test_bit(CACHE_NEGATIVE, &h->flags)) in cache_is_valid() 235 set_bit(CACHE_NEGATIVE, &h->flags); in try_to_negate_entry()
|
/linux-3.4.99/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() 190 !test_bit(CACHE_NEGATIVE, &h->flags)) { in expkey_show() 539 set_bit(CACHE_NEGATIVE, &exp.h.flags); in svc_export_parse() 637 !test_bit(CACHE_NEGATIVE, &h->flags)) { in svc_export_show()
|
D | nfs4idmap.c | 257 set_bit(CACHE_NEGATIVE, &ent.h.flags); in idtoname_parse() 426 set_bit(CACHE_NEGATIVE, &ent.h.flags); in nametoid_parse()
|
/linux-3.4.99/include/linux/sunrpc/ |
D | cache.h | 58 #define CACHE_NEGATIVE 1 /* Negative entry - there is no match for the key */ macro
|
/linux-3.4.99/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 453 set_bit(CACHE_NEGATIVE, &rsci.h.flags); in rsc_parse() 1153 set_bit(CACHE_NEGATIVE, &rsci->h.flags); in svcauth_gss_accept()
|