Searched defs:async_reqs (Results 1 – 2 of 2) sorted by relevance
1407 struct async_reqs { struct1408 struct async_reqs *a_next; /* pointer to next arg struct */ argument1409 struct vnode *a_vp; /* vnode pointer */1410 u_offset_t a_off; /* offset in file */1411 uint_t a_len; /* size of i/o request */1412 int a_flags; /* flags to indicate operation type */1413 struct cred *a_cred; /* cred pointer */1414 ushort_t a_prealloced; /* set if struct is pre-allocated */
1403 struct async_reqs { struct1404 struct async_reqs *a_next; /* pointer to next arg struct */ argument1405 struct vnode *a_vp; /* vnode pointer */1406 u_offset_t a_off; /* offset in file */1407 uint_t a_len; /* size of i/o request */1408 int a_flags; /* flags to indicate operation type */1409 struct cred *a_cred; /* cred pointer */1410 ushort_t a_prealloced; /* set if struct is pre-allocated */