Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dcache.h58 #define CACHE_VALID 0 /* Entry contains valid data */ macro
215 if (!test_bit(CACHE_VALID, &h->flags)) in cache_is_expired()
/OK3568_Linux_fs/u-boot/arch/sh/cpu/sh4/
H A Dcache.c14 #define CACHE_VALID 1 macro
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dsvcauth_unix.c109 if (test_bit(CACHE_VALID, &item->flags) && in ip_map_put()
274 if (test_bit(CACHE_VALID, &h->flags) && in ip_map_show()
431 if (test_bit(CACHE_VALID, &item->flags) && in unix_gid_put()
570 if (test_bit(CACHE_VALID, &h->flags) && in unix_gid_show()
H A Dcache.c70 if (test_bit(CACHE_VALID, &tmp->flags) && in sunrpc_cache_find_rcu()
121 if (test_bit(CACHE_VALID, &tmp->flags) && in sunrpc_cache_add_entry()
169 set_bit(CACHE_VALID, &head->flags); in cache_fresh_locked()
209 if (!test_bit(CACHE_VALID, &old->flags)) { in sunrpc_cache_update()
211 if (!test_bit(CACHE_VALID, &old->flags)) { in sunrpc_cache_update()
246 if (!test_bit(CACHE_VALID, &h->flags)) in cache_is_valid()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4idmap.c169 if (test_bit(CACHE_VALID, &h->flags)) in idtoname_show()
347 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()
704 if (test_bit(CACHE_VALID, &h->flags) && in svc_export_show()
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/fs/nfs/
H A Ddns_resolve.c307 if (!test_bit(CACHE_VALID, &(*item)->h.flags) in do_cache_lookup_nowait()