Lines Matching refs:nents
2533 int offset, nbytes, nstrides, nents, aio_strat; in sy_listio() local
2548 nents = req->r_data.io.r_nent; in sy_listio()
2559 status->aioid = malloc((nents + 1) * sizeof(int)); in sy_listio()
2568 lio_req = malloc(nents * sizeof(struct listreq)); in sy_listio()
2575 i < nents; l++, a += nbytes, o += nbytes, i++) { in sy_listio()
2595 status->aioid[nents] = -1; /* end sentinel */ in sy_listio()
2597 if ((status->rval = listio(lc, lio_req, nents)) == -1) { in sy_listio()
3058 int fd, offset, nbytes, nstrides, nents, oflags; in do_rw() local
3087 nents = req->r_data.io.r_nent; in do_rw()
3090 if (nents >= MAX_AIO) { in do_rw()
3093 nents, MAX_AIO); in do_rw()
3251 max_byte = offset + (nbytes * nstrides * nents); in do_rw()
3317 for (i = 0; i < nents; i++) { in do_rw()
3329 for (i = 0; i < nents; i++) { in do_rw()
3343 for (i = 0; i < nents; i++) { in do_rw()
3444 msg = check_file(file, offset, nbytes * nstrides * nents, in do_rw()