Searched defs:hio_info (Results 1 – 1 of 1) sorted by relevance
199 struct hio_info { struct200 struct buf *bufs; /* array of bufs issued for this R/A */201 caddr_t *vas; /* The kmem_alloced chunk for the bufs */202 ksema_t *sema; /* Semaphores used in the bufs */203 uint_t bufsused; /* # of bufs actually used */204 uint_t bufcnt; /* Tot bufs allocated. */205 struct page *pp; /* The list of I/O locked pages */206 struct hsfs *fsp; /* The filesystem structure */