Home | History | Annotate | Download | only in btreplay

Lines Matching refs:nbytes

123  * @nbytes:	Number of bytes in buffer associated with iocb
129 int nbytes;
321 * @nbytes: Number of bytes to allocate
323 static inline void *buf_alloc(size_t nbytes)
327 if (posix_memalign(&buf, pgsize, nbytes)) {
701 iocbp->nbytes = 0;
721 if (iocbp->nbytes) {
722 if (iocbp->nbytes >= n) {
732 iocbp->nbytes = n;
841 if (iocbp->nbytes)
1057 if (evp->res != iocbp->iocb.u.c.nbytes) {
1062 (long)iocbp->iocb.u.c.nbytes / nb_sec);
1231 (unsigned long long)pkt->nbytes / nb_sec,
1236 iocb_setup(iocbp, rw, pkt->nbytes, pkt->sector * nb_sec);