Searched refs:bpbResSectors (Results 1 – 5 of 5) sorted by relevance
120 u_int8_t bpbResSectors[2]; /* reserved sectors */ member164 u_int bpbResSectors; /* reserved sectors */ member417 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 …]
87 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()
592 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()
48 u_int bpbResSectors; /* number of reserved sectors */ member
495 off = boot->bpbResSectors + boot->bpbFATs * in check_subdirectory()603 off = boot->bpbResSectors + boot->bpbFATs * in readDosDirSection()