Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sunrpc/
Dcache.h59 #define CACHE_VALID 0 /* Entry contains valid data */ macro
200 if (!test_bit(CACHE_VALID, &h->flags)) in cache_is_expired()
/Linux-v4.19/net/sunrpc/
Dsvcauth_unix.c101 if (test_bit(CACHE_VALID, &item->flags) && in ip_map_put()
261 if (test_bit(CACHE_VALID, &h->flags) && in ip_map_show()
426 if (test_bit(CACHE_VALID, &item->flags) && in unix_gid_put()
560 if (test_bit(CACHE_VALID, &h->flags) && in unix_gid_show()
Dcache.c132 set_bit(CACHE_VALID, &head->flags); in cache_fresh_locked()
153 if (!test_bit(CACHE_VALID, &old->flags)) { in sunrpc_cache_update()
155 if (!test_bit(CACHE_VALID, &old->flags)) { in sunrpc_cache_update()
203 if (!test_bit(CACHE_VALID, &h->flags)) in cache_is_valid()
/Linux-v4.19/fs/nfsd/
Dnfs4idmap.c162 if (test_bit(CACHE_VALID, &h->flags)) in idtoname_show()
333 if (test_bit(CACHE_VALID, &h->flags)) in nametoid_show()
Dexport.c45 if (test_bit(CACHE_VALID, &key->h.flags) && in expkey_put()
182 if (test_bit(CACHE_VALID, &h->flags) && in expkey_show()
673 if (test_bit(CACHE_VALID, &h->flags) && in svc_export_show()
/Linux-v4.19/Documentation/filesystems/nfs/
Drpc-cache.txt58 references create by 'cache_init' and, if CACHE_VALID
125 valid data, then the content is copied across and CACHE_VALID is set.
/Linux-v4.19/fs/nfs/
Ddns_resolve.c297 if (!test_bit(CACHE_VALID, &(*item)->h.flags) in do_cache_lookup_nowait()