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

/external/ltp/utils/ffsb-6.0-rc2/
H A Dfileops.c100 uint32_t read_blocksize = ft_get_read_blocksize(ft); local
122 iterations = read_size / read_blocksize;
123 last = read_size % read_blocksize;
131 (read_blocksize + read_skipsize);
133 minfilesize = read_blocksize + iterations - 1 *
134 (read_blocksize + read_skipsize);
141 read_skipsize, read_blocksize, filesize);
148 fhread(fd, buf, read_blocksize, ft, fs);
164 read_blocksize, buf,
169 uint64_t range = filesize - read_blocksize;
200 uint32_t read_blocksize = ft_get_read_blocksize(ft); local
[all...]
H A Dffsb_tg.c156 uint32_t newmax = max(tg->read_blocksize, tg->write_blocksize);
185 tg->read_blocksize = rs;
232 return tg->read_blocksize;
276 printf("\t read_blocksize = %u\t(%s)\n", tg->read_blocksize,
277 ffsb_printsize(buf, tg->read_blocksize, 256));
H A Dffsb_tg.h74 uint32_t read_blocksize; member in struct:ffsb_tg
85 /* Should be max(write_blocksize, read_blocksize) */
H A Dparser.c662 /* require tg->read_blocksize: read, readall */
680 uint32_t read_blocksize = tg_get_read_blocksize(tg); local
693 if ((read_weight || readall_weight) && !(read_blocksize)) {
695 "read_blocksize\n");
849 tg_set_read_blocksize(tg, get_config_u32(config, "read_blocksize"));

Completed in 128 milliseconds