Home
last modified time | relevance | path

Searched refs:CACHE_NEGATIVE (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/fs/nfs/
Ddns_resolve.c175 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/
Dsvcauth_unix.c101 !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()
Dcache.c157 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/
Dexport.c48 !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()
Dnfs4idmap.c257 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/
Dcache.h58 #define CACHE_NEGATIVE 1 /* Negative entry - there is no match for the key */ macro
/linux-3.4.99/net/sunrpc/auth_gss/
Dsvcauth_gss.c453 set_bit(CACHE_NEGATIVE, &rsci.h.flags); in rsc_parse()
1153 set_bit(CACHE_NEGATIVE, &rsci->h.flags); in svcauth_gss_accept()