HomeSort by relevance Sort by last modified time
    Searched full:read_blocksize (Results 1 - 16 of 16) sorted by null

  /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-ffsb-config/
ffsb-config0 22 read_blocksize=4096
ffsb-config1 22 read_blocksize=4096
ffsb-config2 22 read_blocksize=4096
ffsb-config3 27 read_blocksize=4096
ffsb-config4 27 read_blocksize=4096
ffsb-config5 27 read_blocksize=4096
ffsb-config6 27 read_blocksize=4096
ffsb-config7 27 read_blocksize=4096
  /external/autotest/client/tests/ffsb/
profile.cfg.sample 24 read_blocksize=4096
  /external/ltp/utils/ffsb-6.0-rc2/examples/
profile_everything 74 read_blocksize = 4k
116 # read_blocksize = 4096
  /external/ltp/utils/ffsb-6.0-rc2/
fileops.c 100 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...]
ffsb_tg.c 156 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));
ffsb_tg.h 74 uint32_t read_blocksize; member in struct:ffsb_tg
85 /* Should be max(write_blocksize, read_blocksize) */
README 148 read_blocksize. This is useful for situations where
378 read_blocksize=4096
390 read_size and a read_blocksize. Here's the table of requirements and
396 read_weight read_size, read_blocksize read_random
397 readall_weight read_blocksize none
parser.h 66 {"read_blocksize", NULL, TYPE_SIZE32, STORE_SINGLE}, \
parser.c 662 /* 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 1419 milliseconds