Searched refs:BMAP_SIZE (Results 1 – 3 of 3) sorted by relevance
485 ef->cmap.chunk = malloc(BMAP_SIZE(ef->cmap.chunk_size)); in readdir()494 BMAP_SIZE(ef->cmap.chunk_size), in readdir()841 dmap = calloc(BMAP_SIZE(dir->size / sizeof(struct exfat_entry)), in find_slot()
61 #define BMAP_SIZE(count) (ROUND_UP(count, sizeof(bitmap_t) * 8) / 8) macro
162 BMAP_SIZE(ef->cmap.chunk_size), in exfat_flush()
Completed in 6 milliseconds