Searched refs:chunk_size (Results 1 – 3 of 3) sorted by relevance
162 BMAP_SIZE(ef->cmap.chunk_size), in exfat_flush()199 if (hint >= ef->cmap.chunk_size) in allocate_cluster()202 cluster = find_bit_and_set(ef->cmap.chunk, hint, ef->cmap.chunk_size); in allocate_cluster()
484 ef->cmap.chunk_size = ef->cmap.size; in readdir()485 ef->cmap.chunk = malloc(BMAP_SIZE(ef->cmap.chunk_size)); in readdir()494 BMAP_SIZE(ef->cmap.chunk_size), in readdir()
122 uint32_t chunk_size; /* in bits */ member
Completed in 7 milliseconds