Home
last modified time | relevance | path

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

/third_party/FreeBSD/sbin/newfs_msdos/
H A Dmkfs_msdos.c111 u_int8_t bpbResSectors[2]; /* reserved sectors */ member
155 u_int bpbResSectors; /* reserved sectors */ member
402 bpb.bpbResSectors = o.reserved_sectors; in mkfs_msdos()
450 if (bpb.bpbHugeSectors < (bpb.bpbResSectors ? bpb.bpbResSectors : bss) + in mkfs_msdos()
462 (bpb.bpbResSectors ? bpb.bpbResSectors : bss) + in mkfs_msdos()
500 set_res = (bpb.bpbResSectors == 0); in mkfs_msdos()
517 bpb.bpbResSectors = ((fat == 32) ? in mkfs_msdos()
519 else if (bpb.bpbResSectors < in mkfs_msdos()
[all...]
/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dboot.c85 boot->bpbResSectors = block[14] + (block[15] << 8); in readboot()
86 if (boot->bpbResSectors < 1) { in readboot()
88 boot->bpbResSectors); in readboot()
259 boot->bpbResSectors + boot->bpbFATs * boot->FATsecs; in readboot()
H A Dfat.c590 off = boot->bpbResSectors; in checkdirty()
657 off = boot->bpbResSectors; in cleardirty()
706 off = boot->bpbResSectors; in _readfat()
737 fat->fat32_offset = boot->bpbResSectors * boot->bpbBytesPerSec; in _readfat()
1159 dst_off = boot->bpbResSectors + n * boot->FATsecs; in copyfat()
1227 dst_base = boot->bpbResSectors + i * boot->FATsecs; in writefat()
H A Ddosfs.h47 u_int bpbResSectors; /* number of reserved sectors */ member
H A Ddir.c480 off = boot->bpbResSectors + boot->bpbFATs * in check_subdirectory()
588 off = boot->bpbResSectors + boot->bpbFATs * in readDosDirSection()

Completed in 5 milliseconds