Searched refs:io_bytes (Results 1 – 2 of 2) sorted by relevance
143 size_t bytes, io_bytes, boff, fbytes; in read_media() local159 io_bytes = HAMMER2_LBUFSIZE; in read_media()160 while (io_bytes + boff < bytes) in read_media()161 io_bytes <<= 1; in read_media()163 if (io_bytes > sizeof(hammer2_media_data_t)) { in read_media()186 media = read_buf(fp, (off_t)io_base, io_bytes); in read_media()
147 int io_bytes; /* bytes left for I/O */ member 693 sc->io_bytes = bp->b_bcount; /* Transfer size in bytes */ in fdstart() 734 sc->io_bytes); in fddone() 736 bp->b_resid = sc->io_bytes; in fddone() 1030 sc->io_bytes -= SECTOR_SIZE; in fdcint() 1031 if (sc->io_bytes <= 0) in fdcint()