Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/sunrpc/
Dcache.h62 CACHE_VALID, /* Entry contains valid data */ enumerator
220 if (!test_bit(CACHE_VALID, &h->flags)) in cache_is_expired()
/linux-6.12.1/net/sunrpc/
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()
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-6.12.1/fs/nfsd/
Dnfs4idmap.c170 if (test_bit(CACHE_VALID, &h->flags)) in idtoname_show()
348 if (test_bit(CACHE_VALID, &h->flags)) in nametoid_show()
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-6.12.1/Documentation/filesystems/nfs/
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-6.12.1/fs/nfs/
Ddns_resolve.c306 if (!test_bit(CACHE_VALID, &(*item)->h.flags) in do_cache_lookup_nowait()