Searched refs:svc_cacherep (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/nfsd/
H A Dcache.h20 struct svc_cacherep { struct
21 struct svc_cacherep * c_hash_next;
22 struct svc_cacherep * c_hash_prev;
23 struct svc_cacherep * c_lru_next;
24 struct svc_cacherep * c_lru_prev;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/nfsd/
H A Dcache.h20 struct svc_cacherep { struct
21 struct svc_cacherep * c_hash_next;
22 struct svc_cacherep * c_hash_prev;
23 struct svc_cacherep * c_lru_next;
24 struct svc_cacherep * c_lru_prev;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfsd/
H A Dnfscache.c33 struct svc_cacherep * next;
34 struct svc_cacherep * prev;
38 static struct svc_cacherep * lru_head;
39 static struct svc_cacherep * lru_tail;
40 static struct svc_cacherep * nfscache;
48 struct svc_cacherep *rp;
54 i = CACHESIZE * sizeof (struct svc_cacherep);
57 nfscache = (struct svc_cacherep *)
75 rh->next = rh->prev = (struct svc_cacherep *) rh;
96 struct svc_cacherep *r
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/sunrpc/
H A Dsvc.h124 struct svc_cacherep * rq_cacherep; /* cache info */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/sunrpc/
H A Dsvc.h124 struct svc_cacherep * rq_cacherep; /* cache info */

Completed in 28 milliseconds