Home
last modified time | relevance | path

Searched refs:bpbResSectors (Results 1 – 5 of 5) sorted by relevance

/external/newfs_msdos/
Dmkfs_msdos.c119 u_int8_t bpbResSectors[2]; /* reserved sectors */ member
163 u_int bpbResSectors; /* reserved sectors */ member
408 bpb.bpbResSectors = o.reserved_sectors; in mkfs_msdos()
459 if (bpb.bpbHugeSectors < (bpb.bpbResSectors ? bpb.bpbResSectors : bss) + in mkfs_msdos()
471 (bpb.bpbResSectors ? bpb.bpbResSectors : bss) + in mkfs_msdos()
509 set_res = (bpb.bpbResSectors == 0); in mkfs_msdos()
526 bpb.bpbResSectors = ((fat == 32) ? in mkfs_msdos()
528 else if (bpb.bpbResSectors < x) { in mkfs_msdos()
530 bpb.bpbResSectors); in mkfs_msdos()
540 bpb.bpbSecPerClust < MAXSPC && (bpb.bpbResSectors + in mkfs_msdos()
[all …]
/external/fsck_msdos/
Dboot.c70 boot->bpbResSectors = block[14] + (block[15] << 8); in readboot()
217 boot->bpbResSectors + boot->bpbFATs * boot->FATsecs - in readboot()
Ddosfs.h48 u_int bpbResSectors; /* number of reserved sectors */ member
Dfat.c79 off = boot->bpbResSectors; in checkdirty()
177 off = boot->bpbResSectors + no * boot->FATsecs; in _readfat()
654 off = boot->bpbResSectors + i * boot->FATsecs; in writefat()
Ddir.c472 off = boot->bpbResSectors + boot->bpbFATs * in readDosDirSection()