Searched refs:io_bytes (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/fstyp/
H A Dhammer2.c72 size_t bytes, io_bytes, boff; local
88 io_bytes = HAMMER2_MINIOSIZE;
89 while (io_bytes + boff < bytes)
90 io_bytes <<= 1;
92 if (io_bytes > sizeof(hammer2_media_data_t)) {
101 media = read_buf(fp, io_base, io_bytes);

Completed in 79 milliseconds