Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
H A Dcache.h62 CACHE_VALID, /* Entry contains valid data */ enumerator
220 if (!test_bit(CACHE_VALID, &h->flags)) in cache_is_expired()
/linux/net/sunrpc/
H A Dsvcauth_unix.c111 if (test_bit(CACHE_VALID, &item->flags) && in ip_map_put()
276 if (test_bit(CACHE_VALID, &h->flags) && in ip_map_show()
425 if (test_bit(CACHE_VALID, &item->flags) && in unix_gid_free()
572 if (test_bit(CACHE_VALID, &h->flags) && in unix_gid_show()
H A Dcache.c72 if (test_bit(CACHE_VALID, &tmp->flags) && in sunrpc_cache_find_rcu()
123 if (test_bit(CACHE_VALID, &tmp->flags) && in sunrpc_cache_add_entry()
171 set_bit(CACHE_VALID, &head->flags); in cache_fresh_locked()
211 if (!test_bit(CACHE_VALID, &old->flags)) { in sunrpc_cache_update()
213 if (!test_bit(CACHE_VALID, &old->flags)) { in sunrpc_cache_update()
248 if (!test_bit(CACHE_VALID, &h->flags)) in cache_is_valid()
/linux/fs/nfsd/
H A Dnfs4idmap.c170 if (test_bit(CACHE_VALID, &h->flags)) in idtoname_show()
348 if (test_bit(CACHE_VALID, &h->flags)) in nametoid_show()
H A Dexport.c47 if (test_bit(CACHE_VALID, &key->h.flags) && in expkey_put()
193 if (test_bit(CACHE_VALID, &h->flags) && in expkey_show()
791 if (test_bit(CACHE_VALID, &h->flags) && in svc_export_show()
/linux/Documentation/filesystems/nfs/
H A Drpc-cache.rst67 references create by 'cache_init' and, if CACHE_VALID
138 valid data, then the content is copied across and CACHE_VALID is set.
/linux/fs/nfs/
H A Ddns_resolve.c306 if (!test_bit(CACHE_VALID, &(*item)->h.flags) in do_cache_lookup_nowait()