Home | History | Annotate | Download | only in blktrace

Lines Matching refs:ofd

242  * ofn, ofd, ofp, obuf & mmap_info are used for output file (optionally).
264 int ifd, ofd;
1488 ret = sendfile(iop->ofd, iop->ifd, NULL, iop->ready);
1505 if (net_send_header(iop->ofd, tp->cpu, dpp->buts_name, iop->ready))
1572 iop->ofd = -1;
1603 iop->ofd = fileno(iop->ofp);
1639 else if (iop->ofd >= 0) {
1642 net_send_close(iop->ofd, dpp->buts_name, dpp->drops);
1643 net_close_connection(&iop->ofd);
1670 iop->ofd = -1;
1689 iop->ofd = net_setup_client();
1690 if (iop->ofd < 0)
1692 net_send_open(iop->ofd, tp->cpu, dpp->buts_name);
1728 ret = setup_mmap(iop->ofd, buf_size, mip, tp);
2473 if (setup_mmap(iop->ofd, bnh->len, &iop->mmap_info, NULL)) {