Searched refs:map_sectors (Results 1 – 2 of 2) sorted by relevance
97 sbi->map_sectors = ((need_map_size - 1) >> in exfat_allocate_bitmap()99 sbi->vol_amap = kvmalloc_objs(struct buffer_head *, sbi->map_sectors); in exfat_allocate_bitmap()106 for (i = 0; i < sbi->map_sectors; i++) { in exfat_allocate_bitmap()110 for (j = i; j < min(max_ra_count, sbi->map_sectors - i) + i; j++) in exfat_allocate_bitmap()179 for (i = 0; i < sbi->map_sectors; i++) in exfat_free_bitmap()286 if (++map_i >= sbi->map_sectors) { in exfat_find_free_bitmap()
265 unsigned int map_sectors; /* num of allocation bitmap sectors */ member