Home
last modified time | relevance | path

Searched defs:nfs_async_reqs (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h129 struct nfs_async_reqs { struct
130 struct nfs_async_reqs *a_next; /* pointer to next arg struct */ argument
132 kthread_t *a_queuer; /* thread id of queueing thread */
134 struct vnode *a_vp; /* vnode pointer */
135 struct cred *a_cred; /* cred pointer */
136 enum iotype a_io; /* i/o type */
137 union {
143 } a_args;