Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h1536 struct async_reqs { struct
1537 struct async_reqs *a_next; /* pointer to next arg struct */ argument
1538 struct vnode *a_vp; /* vnode pointer */
1539 u_offset_t a_off; /* offset in file */
1540 uint_t a_len; /* size of i/o request */
1541 int a_flags; /* flags to indicate operation type */
1542 struct cred *a_cred; /* cred pointer */
1543 ushort_t a_prealloced; /* set if struct is pre-allocated */