Home
last modified time | relevance | path

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

/external/fio/
Dfile.h135 struct axmap *io_axmap; member
Dfilesetup.c1242 f->io_axmap = axmap_new(blocks); in init_random_map()
1243 if (f->io_axmap) { in init_random_map()
1302 axmap_free(f->io_axmap); in close_and_free_files()
1303 f->io_axmap = NULL; in close_and_free_files()
1759 axmap_reset(f->io_axmap); in fio_file_reset()
Dio_u.c32 return !axmap_isset(f->io_axmap, block); in random_map_free()
49 nr_blocks = axmap_set_nr(f->io_axmap, block, nr_blocks); in mark_random_map()
129 *b = axmap_next_free(f->io_axmap, *b); in __get_next_rand_offset()