Home | History | Annotate | Download | only in btreplay

Lines Matching refs:iocb

83  * @free_iocbs: List of free iocb's available for use
84 * @used_iocbs: List of iocb's currently outstanding
120 * @iocb: IOCB sent down via io_submit
123 * @nbytes: Number of bytes in buffer associated with iocb
126 struct iocb iocb;
689 * ==== IOCB MANAGEMENT ROUTINES ==========================================
694 * iocb_init - Initialize the fields of an IOCB
696 * iocbp: IOCB pointer to update
702 iocbp->iocb.u.c.buf = NULL;
706 * iocb_setup - Set up an iocb with this AIOs information
707 * @iocbp: IOCB pointer to update
715 struct iocb *iop = &iocbp->iocb;
842 free(iocbp->iocb.u.c.buf);
1057 if (evp->res != iocbp->iocb.u.c.nbytes) {
1061 (long)iocbp->iocb.u.c.offset / nb_sec,
1062 (long)iocbp->iocb.u.c.nbytes / nb_sec);
1211 static void iocbs_map(struct thr_info *tip, struct iocb **list,
1239 list[i] = &iocbp->iocb;
1255 struct iocb *list[bunch->hdr.npkts];