Searched defs:u9fsreq (Results 1 – 1 of 1) sorted by relevance
36 struct u9fsreq { struct38 struct u9fsreq * r_rep; argument39 struct mbuf * r_mrep;40 struct proc *r_procp; /* Proc that did I/O system call */41 struct u9fsmount *r_nmp;44 char r_type;45 short r_fid;46 u_short r_tag;47 union {100 extern TAILQ_HEAD(u9fs_reqq, u9fsreq) u9fs_reqq; argument