Home | History | Annotate | Download | only in btreplay

Lines Matching refs:ifd

99  * @ifd: 	Input file descriptor
113 int cpu, ifd, ofd, iterations;
870 tip->ifd = open(file_name, O_RDONLY);
871 if (tip->ifd < 0) {
875 if (fstat(tip->ifd, &buf) < 0) {
885 if (read(tip->ifd, &hdr, sizeof(hdr)) != sizeof(hdr)) {
904 close(tip->ifd);
938 close(tip->ifd);
1122 result = read(tip->ifd, &bunch->hdr, sizeof(bunch->hdr));
1134 result = read(tip->ifd, &bunch->pkts, count);
1304 lseek(tip->ifd, 0, 0);
1306 if (read(tip->ifd, &hdr, sizeof(hdr)) != sizeof(hdr)) {