Home
last modified time | relevance | path

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

/external/newfs_msdos/
Dmkfs_msdos.c120 u_int8_t bpbResSectors[2]; /* reserved sectors */ member
164 u_int bpbResSectors; /* reserved sectors */ member
417 bpb.bpbResSectors = o.reserved_sectors; in mkfs_msdos()
465 if (bpb.bpbHugeSectors < (bpb.bpbResSectors ? bpb.bpbResSectors : bss) + in mkfs_msdos()
477 (bpb.bpbResSectors ? bpb.bpbResSectors : bss) + in mkfs_msdos()
515 set_res = (bpb.bpbResSectors == 0); in mkfs_msdos()
532 bpb.bpbResSectors = ((fat == 32) ? in mkfs_msdos()
534 else if (bpb.bpbResSectors < x) { in mkfs_msdos()
536 bpb.bpbResSectors); in mkfs_msdos()
546 bpb.bpbSecPerClust < MAXSPC && (bpb.bpbResSectors + in mkfs_msdos()
[all …]
/external/fsck_msdos/
Dboot.c87 boot->bpbResSectors = block[14] + (block[15] << 8); in readboot()
88 if (boot->bpbResSectors < 1) { in readboot()
90 boot->bpbResSectors); in readboot()
261 boot->bpbResSectors + boot->bpbFATs * boot->FATsecs; in readboot()
Dfat.c592 off = boot->bpbResSectors; in checkdirty()
659 off = boot->bpbResSectors; in cleardirty()
708 off = boot->bpbResSectors; in _readfat()
739 fat->fat32_offset = boot->bpbResSectors * boot->bpbBytesPerSec; in _readfat()
1161 dst_off = boot->bpbResSectors + n * boot->FATsecs; in copyfat()
1229 dst_base = boot->bpbResSectors + i * boot->FATsecs; in writefat()
Ddosfs.h48 u_int bpbResSectors; /* number of reserved sectors */ member
Ddir.c495 off = boot->bpbResSectors + boot->bpbFATs * in check_subdirectory()
603 off = boot->bpbResSectors + boot->bpbFATs * in readDosDirSection()