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;
1443 ret = sendfile(iop->ofd, iop->ifd, NULL, iop->ready);
1460 if (net_send_header(iop->ofd, tp->cpu, dpp->buts_name, iop->ready))
1530 iop->ofd = -1;
1548 iop->ofd = fileno(iop->ofp);
1584 else if (iop->ofd >= 0) {
1587 net_send_close(iop->ofd, dpp->buts_name, dpp->drops);
1588 net_close_connection(&iop->ofd);
1615 iop->ofd = -1;
1634 iop->ofd = net_setup_client();
1635 if (iop->ofd < 0)
1637 net_send_open(iop->ofd, tp->cpu, dpp->buts_name);
1673 ret = setup_mmap(iop->ofd, buf_size, mip);
2371 if (setup_mmap(iop->ofd, bnh->len, &iop->mmap_info)) {