Searched refs:clu_size (Results 1 – 3 of 3) sorted by relevance
177 unsigned int clu_size, unsigned int sect_size) in exfat_alloc_buffer() argument187 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()
818 unsigned int sect_size, clu_size; in read_boot_sect() local836 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()
86 unsigned int clu_size, unsigned int sect_size);