Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/sunrpc/
Dcache.h57 #define CACHE_VALID 0 /* Entry contains valid data */ macro
205 if (!test_bit(CACHE_VALID, &h->flags)) in cache_is_expired()
/Linux-v5.4/net/sunrpc/
Dsvcauth_unix.c109 if (test_bit(CACHE_VALID, &item->flags) && in ip_map_put()
269 if (test_bit(CACHE_VALID, &h->flags) && in ip_map_show()
435 if (test_bit(CACHE_VALID, &item->flags) && in unix_gid_put()
569 if (test_bit(CACHE_VALID, &h->flags) && in unix_gid_show()
Dcache.c158 set_bit(CACHE_VALID, &head->flags); in cache_fresh_locked()
179 if (!test_bit(CACHE_VALID, &old->flags)) { in sunrpc_cache_update()
181 if (!test_bit(CACHE_VALID, &old->flags)) { in sunrpc_cache_update()
229 if (!test_bit(CACHE_VALID, &h->flags)) in cache_is_valid()
/Linux-v5.4/fs/nfsd/
Dnfs4idmap.c163 if (test_bit(CACHE_VALID, &h->flags)) in idtoname_show()
334 if (test_bit(CACHE_VALID, &h->flags)) in nametoid_show()
Dexport.c46 if (test_bit(CACHE_VALID, &key->h.flags) && in expkey_put()
183 if (test_bit(CACHE_VALID, &h->flags) && in expkey_show()
686 if (test_bit(CACHE_VALID, &h->flags) && in svc_export_show()
/Linux-v5.4/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-v5.4/fs/nfs/
Ddns_resolve.c307 if (!test_bit(CACHE_VALID, &(*item)->h.flags) in do_cache_lookup_nowait()