Home | History | Annotate | Download | only in ffsb-6.0-rc2

Lines Matching refs:read_size

99 	uint64_t read_size = ft_get_read_size(ft);
112 assert(filesize >= read_size);
116 uint64_t range = filesize - read_size;
122 iterations = read_size / read_blocksize;
123 last = read_size % read_blocksize;
126 * a read_size that is too large when combined
140 " aborting\n\n", read_size,
163 iterations = readfile_helper(fd, read_size,
172 iterations = read_size / read_blocksize;
185 ft_incr_op(ft, opnum, iterations, read_size);
186 ft_add_readbytes(ft, read_size);