Home
last modified time | relevance | path

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

/fs/exfat/
A Dnode.c485 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()
A Dexfat.h61 #define BMAP_SIZE(count) (ROUND_UP(count, sizeof(bitmap_t) * 8) / 8) macro
A Dcluster.c162 BMAP_SIZE(ef->cmap.chunk_size), in exfat_flush()

Completed in 6 milliseconds