Searched refs:c_hash_next (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/nfsd/
H A Dcache.h21 struct svc_cacherep * c_hash_next; member in struct:svc_cacherep
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/nfsd/
H A Dcache.h21 struct svc_cacherep * c_hash_next; member in struct:svc_cacherep
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfsd/
H A Dnfscache.c80 rp->c_hash_next =
148 *next = rp->c_hash_next;
151 prev->c_hash_next = next;
154 rp->c_hash_next = head->next;
182 while ((rp = rp->c_hash_next) != rh) {

Completed in 25 milliseconds