Searched refs:io_axmap (Results 1 - 3 of 3) sorted by relevance

/external/fio/
H A Dfile.h115 struct axmap *io_axmap; member in union:fio_file::__anon4906
H A Dfilesetup.c1052 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);
H A Dio_u.c25 * 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);

Completed in 47 milliseconds