Searched refs:CACHE_NEGATIVE (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/nfs/
H A Ddns_resolve.c191 if (!test_bit(CACHE_NEGATIVE, &h->flags)) {
268 set_bit(CACHE_NEGATIVE, &key.h.flags);
311 if (test_bit(CACHE_NEGATIVE, &(*item)->h.flags))
/linux-master/net/sunrpc/
H A Dsvcauth_unix.c112 !test_bit(CACHE_NEGATIVE, &item->flags))
277 !test_bit(CACHE_NEGATIVE, &h->flags))
317 set_bit(CACHE_NEGATIVE, &ip.h.flags);
426 !test_bit(CACHE_NEGATIVE, &item->flags))
573 !test_bit(CACHE_NEGATIVE, &h->flags))
H A Dcache.c186 set_bit(CACHE_NEGATIVE, &h->flags);
194 if (!test_bit(CACHE_NEGATIVE, &new->flags)) {
252 if (test_bit(CACHE_NEGATIVE, &h->flags))
/linux-master/include/linux/sunrpc/
H A Dcache.h63 CACHE_NEGATIVE, /* Negative entry - there is no match for the key */ enumerator in enum:__anon648
/linux-master/fs/nfsd/
H A Dexport.c48 !test_bit(CACHE_NEGATIVE, &key->h.flags))
147 set_bit(CACHE_NEGATIVE, &key.h.flags);
194 !test_bit(CACHE_NEGATIVE, &h->flags)) {
650 set_bit(CACHE_NEGATIVE, &exp.h.flags);
792 !test_bit(CACHE_NEGATIVE, &h->flags)) {
H A Dnfs4idmap.c258 set_bit(CACHE_NEGATIVE, &ent.h.flags);
420 set_bit(CACHE_NEGATIVE, &ent.h.flags);
H A Dtrace.h347 __entry->cache = !test_bit(CACHE_NEGATIVE, &key->h.flags);
390 __entry->cache = !test_bit(CACHE_NEGATIVE, &key->h.flags);
/linux-master/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c500 set_bit(CACHE_NEGATIVE, &rsci.h.flags);

Completed in 268 milliseconds