Home
last modified time | relevance | path

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

/external/fio/lib/
Daxmap.c333 static uint64_t axmap_find_first_free(struct axmap *axmap, unsigned int level, in axmap_find_first_free() function
378 axmap->first_free = axmap_find_first_free(axmap, axmap->nr_levels - 1, 0); in axmap_first_free()
428 ret = axmap_find_first_free(axmap, data.level, data.offset); in axmap_next_free()