Searched refs:c_lru_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.h23 struct svc_cacherep * c_lru_next; member in struct:svc_cacherep
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/nfsd/
H A Dcache.h23 struct svc_cacherep * c_lru_next; member in struct:svc_cacherep
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfsd/
H A Dnfscache.c82 rp->c_lru_next = rp + 1;
88 lru_tail->c_lru_next = NULL;
100 for (rp = lru_head; rp; rp = rp->c_lru_next) {
123 *next = rp->c_lru_next;
126 prev->c_lru_next = next;
134 rp->c_lru_next = lru_head;

Completed in 39 milliseconds