Searched refs:maxcls (Results 1 – 1 of 1) sorted by relevance
96 #define maxcls(fat_type) ((fat_type) == 12 ? MAXCLS12 : \ macro541 howmany((RESFTE + maxcls(o.fat_type)) * (o.fat_type / BPN), in mkfs_msdos()544 (u_int64_t)(maxcls(o.fat_type) + 1) * bpb.spc <= bpb.bsec; in mkfs_msdos()559 x2 = howmany((RESFTE + MIN(x, maxcls(o.fat_type))) * (o.fat_type / BPN), in mkfs_msdos()585 if (cls > maxcls(o.fat_type)) { in mkfs_msdos()586 cls = maxcls(o.fat_type); in mkfs_msdos()