Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/sys/
H A Dvnode.h1400 struct async_reqs { struct
1401 struct async_reqs *a_next; /* pointer to next arg struct */ argument
1402 struct vnode *a_vp; /* vnode pointer */
1403 u_offset_t a_off; /* offset in file */
1404 uint_t a_len; /* size of i/o request */
1405 int a_flags; /* flags to indicate operation type */
1406 struct cred *a_cred; /* cred pointer */
1407 ushort_t a_prealloced; /* set if struct is pre-allocated */