Searched refs:bpbResSectors (Results 1 – 5 of 5) sorted by relevance
119 u_int8_t bpbResSectors[2]; /* reserved sectors */ member163 u_int bpbResSectors; /* reserved sectors */ member408 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 …]
70 boot->bpbResSectors = block[14] + (block[15] << 8); in readboot()217 boot->bpbResSectors + boot->bpbFATs * boot->FATsecs - in readboot()
48 u_int bpbResSectors; /* number of reserved sectors */ member
79 off = boot->bpbResSectors; in checkdirty()177 off = boot->bpbResSectors + no * boot->FATsecs; in _readfat()654 off = boot->bpbResSectors + i * boot->FATsecs; in writefat()
472 off = boot->bpbResSectors + boot->bpbFATs * in readDosDirSection()