Searched refs:map_sectors (Results 1 – 2 of 2) sorted by relevance
70 sbi->map_sectors = ((need_map_size - 1) >> in exfat_allocate_bitmap()72 sbi->vol_amap = kmalloc_array(sbi->map_sectors, in exfat_allocate_bitmap()78 for (i = 0; i < sbi->map_sectors; i++) { in exfat_allocate_bitmap()138 for (i = 0; i < sbi->map_sectors; i++) in exfat_free_bitmap()230 if (++map_i >= sbi->map_sectors) { in exfat_find_free_bitmap()
233 unsigned int map_sectors; /* num of allocation bitmap sectors */ member