Searched refs:bytes_sector (Results 1 – 2 of 2) sorted by relevance
1386 (wbpb->bpb.bytes_sector - 1)) / wbpb->bpb.bytes_sector; in compute_cluster_size()1577 ((wbpb->bpb.num_root_entries * 32) + (wbpb->bpb.bytes_sector - 1)) / in compute_file_area_size()1578 wbpb->bpb.bytes_sector; in compute_file_area_size()1631 store_16_bits(&fillp, wbpb->bpb.bytes_sector); in swap_pack_bpbcpy()1662 store_16_bits(&fillp, wbpb->bpb.bytes_sector); in swap_pack_bpb32cpy()1713 ((uchar_t *)&(wbpb->bpb.bytes_sector))[1] = *grabp++; in swap_pack_grabbpb()1714 ((uchar_t *)&(wbpb->bpb.bytes_sector))[0] = *grabp++; in swap_pack_grabbpb()1853 if (wbpb->bpb.bytes_sector != BPSEC) { in read_existing_bpb()1856 if (!(ISP2(wbpb->bpb.bytes_sector) && in read_existing_bpb()1857 IN_RANGE(wbpb->bpb.bytes_sector, 1, BPSEC * 8))) { in read_existing_bpb()[all …]
97 uint16_t bytes_sector; member