Home
last modified time | relevance | path

Searched refs:c_hash_next (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/nfsd/
Dnfscache.c80 rp->c_hash_next = in nfsd_cache_init()
148 *next = rp->c_hash_next; in hash_refile()
151 prev->c_hash_next = next; in hash_refile()
154 rp->c_hash_next = head->next; in hash_refile()
182 while ((rp = rp->c_hash_next) != rh) { in nfsd_cache_lookup()
/linux-2.4.37.9/include/linux/nfsd/
Dcache.h21 struct svc_cacherep * c_hash_next; member