OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Sep 27 22:09:54 GMT 2025