Searched refs:CACHE_VALID (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/include/linux/sunrpc/ |
D | cache.h | 62 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/ |
D | svcauth_unix.c | 111 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()
|
D | cache.c | 72 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/ |
D | nfs4idmap.c | 170 if (test_bit(CACHE_VALID, &h->flags)) in idtoname_show() 348 if (test_bit(CACHE_VALID, &h->flags)) in nametoid_show()
|
D | export.c | 47 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/ |
D | rpc-cache.rst | 67 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/ |
D | dns_resolve.c | 306 if (!test_bit(CACHE_VALID, &(*item)->h.flags) in do_cache_lookup_nowait()
|