Searched refs:map_sectors (Results 1 - 2 of 2) sorted by path

/linux-master/fs/exfat/
H A Dballoc.c51 sbi->map_sectors = ((need_map_size - 1) >>
53 sbi->vol_amap = kvmalloc_array(sbi->map_sectors,
59 for (i = 0; i < sbi->map_sectors; i++) {
119 for (i = 0; i < sbi->map_sectors; i++)
214 if (++map_i >= sbi->map_sectors) {
H A Dexfat_fs.h262 unsigned int map_sectors; /* num of allocation bitmap sectors */ member in struct:exfat_sb_info

Completed in 187 milliseconds