HomeSort by: relevance | last modified time | path
    Searched defs:maxcls (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/newfs_msdos/
mkfs_msdos.c 96 #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);
mkfs_msdos.c 96 #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);
mkfs_msdos.c 96 #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);
mkfs_msdos.c 96 #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 87 milliseconds