Home
last modified time | relevance | path

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

/linux-4.1.27/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.c127 set_bit(CACHE_VALID, &head->flags); in cache_fresh_locked()
149 if (!test_bit(CACHE_VALID, &old->flags)) { in sunrpc_cache_update()
151 if (!test_bit(CACHE_VALID, &old->flags)) { in sunrpc_cache_update()
201 if (!test_bit(CACHE_VALID, &h->flags)) in cache_is_valid()
/linux-4.1.27/include/linux/sunrpc/
Dcache.h57 #define CACHE_VALID 0 /* Entry contains valid data */ macro
/linux-4.1.27/fs/nfsd/
Dnfs4idmap.c165 if (test_bit(CACHE_VALID, &h->flags)) in idtoname_show()
336 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.1.27/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.1.27/fs/nfs/
Ddns_resolve.c296 if (!test_bit(CACHE_VALID, &(*item)->h.flags) in do_cache_lookup_nowait()