Searched refs:iofbas (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_diskq.c1026 nsc_size_t iofbas; /* len of io + io header len */ local
1074 iofbas = FBA_LEN(sizeof (io_hdr));
1079 iofbas = aio->len + FBA_LEN(sizeof (io_hdr));
1143 if (QTAILSHLDWRAP(q, iofbas)) {
1165 if (!(FITSONQ(q, iofbas))) {
1231 INC_QTAIL(q, iofbas); /* increment tail over i/o size + ioheader size */
1234 INC_QBLOCKS(q, (iofbas - FBA_LEN(sizeof (io_hdr))));
1276 rc = nsc_alloc_buf(group->diskqfd, qtail, iofbas,
1283 &urdc->disk_queue[0], rc, iofbas);
1295 (void *) qbuf, qhead, qtail, iofbas,
[all...]

Completed in 72 milliseconds