Home
last modified time | relevance | path

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

/third_party/exfatprogs/lib/
Dexfat_fs.c177 unsigned int clu_size, unsigned int sect_size) in exfat_alloc_buffer() argument
187 bd[i].buffer = (char *)malloc(clu_size); in exfat_alloc_buffer()
190 bd[i].dirty = (char *)calloc(clu_size / sect_size, 1); in exfat_alloc_buffer()
Dlibexfat.c818 unsigned int sect_size, clu_size; in read_boot_sect() local
836 clu_size = 1 << (pbr->bsx.sect_size_bits + in read_boot_sect()
845 if (clu_size < sect_size || clu_size > 32 * MB) { in read_boot_sect()
847 clu_size); in read_boot_sect()
/third_party/exfatprogs/include/
Dexfat_fs.h86 unsigned int clu_size, unsigned int sect_size);