Lines Matching refs:OFF_T
71 #define BUFALIGN(x) (void *) (((unsigned long)x + (OFF_T)(ALIGNSIZE - 1)) & (OFF_T)~(ALIGNSIZE - 1))
84 #define BMP_OFFSET 2*sizeof(OFF_T) /* bitmap starts here */
197 OFF_T wcount;
198 OFF_T rcount;
199 OFF_T wbytes;
200 OFF_T rbytes;
208 OFF_T vsiz; /* volume size in blocks */
212 OFF_T pattern; /* pattern data */
214 OFF_T seeks; /* number of seeks */
216 OFF_T start_blk; /* starting transfer block */
217 OFF_T stop_blk; /* ending transfer block */
218 OFF_T start_lba; /* starting LBA */
219 OFF_T stop_lba; /* ending LBA */
229 OFF_T test_state; /* current test state */
232 OFF_T alt_mark; /* alternate marker the start time */
255 OFF_T pass_count; /* pass counters */
259 OFF_T rcount; /* number of read IO operations */
260 OFF_T wcount; /* number of write IO operations */