Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h201 struct hio_info { struct
202 struct buf *bufs; /* array of bufs issued for this R/A */
203 caddr_t *vas; /* The kmem_alloced chunk for the bufs */
204 ksema_t *sema; /* Semaphores used in the bufs */
205 uint_t bufsused; /* # of bufs actually used */
206 uint_t bufcnt; /* Tot bufs allocated. */
207 struct page *pp; /* The list of I/O locked pages */
208 struct hsfs *fsp; /* The filesystem structure */