HomeSort by relevance Sort by last modified time
    Searched refs:io_axmap (Results 1 - 3 of 3) sorted by null

  /external/fio/
file.h 115 struct axmap *io_axmap; member in union:fio_file::__anon9229
filesetup.c 1052 f->io_axmap = axmap_new(blocks);
1053 if (f->io_axmap) {
1112 axmap_free(f->io_axmap);
1113 f->io_axmap = NULL;
1547 axmap_reset(f->io_axmap);
io_u.c 25 * The ->io_axmap contains a map of blocks we have or have not done io
30 return !axmap_isset(f->io_axmap, block);
47 nr_blocks = axmap_set_nr(f->io_axmap, block, nr_blocks);
129 *b = axmap_next_free(f->io_axmap, *b);
    [all...]

Completed in 101 milliseconds