Home
last modified time | relevance | path

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

/fs/exfat/
A Dcluster.c162 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()
A Dnode.c484 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()
A Dexfat.h122 uint32_t chunk_size; /* in bits */ member

Completed in 7 milliseconds