Home
last modified time | relevance | path

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

/linux-4.4.14/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()
559 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-4.4.14/include/linux/sunrpc/
Dcache.h59 #define CACHE_VALID 0 /* Entry contains valid data */ macro
/linux-4.4.14/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.c44 if (test_bit(CACHE_VALID, &key->h.flags) && in expkey_put()
181 if (test_bit(CACHE_VALID, &h->flags) && in expkey_show()
671 if (test_bit(CACHE_VALID, &h->flags) && in svc_export_show()
/linux-4.4.14/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-4.4.14/fs/nfs/
Ddns_resolve.c296 if (!test_bit(CACHE_VALID, &(*item)->h.flags) in do_cache_lookup_nowait()