Home | History | Annotate | Download | only in btreplay

Lines Matching refs:ofd

100  * @ofd: 	Output file descriptor
113 int cpu, ifd, ofd, iterations;
736 io_prep_pread(iop, iocbp->tip->ofd, buf, n, off);
739 io_prep_pwrite(iop, iocbp->tip->ofd, buf, n, off);
770 tip->ofd = -1;
937 close(tip->ofd);
1331 tip->ofd = open(path, O_RDWR | O_DIRECT | oflags);
1332 if (tip->ofd < 0) {