Searched refs:maxcls (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sbin/newfs_msdos/
H A Dmkfs_msdos.c96 #define maxcls(fat_type) ((fat_type) == 12 ? MAXCLS12 : \ macro
541 howmany((RESFTE + maxcls(o.fat_type)) * (o.fat_type / BPN),
544 (u_int64_t)(maxcls(o.fat_type) + 1) * bpb.spc <= bpb.bsec;
559 x2 = howmany((RESFTE + MIN(x, maxcls(o.fat_type))) * (o.fat_type / BPN),
585 if (cls > maxcls(o.fat_type)) {
586 cls = maxcls(o.fat_type);

Completed in 81 milliseconds