Searched refs:bytes_sector (Results 1 – 2 of 2) sorted by relevance
1388 (wbpb->bpb.bytes_sector - 1)) / wbpb->bpb.bytes_sector; in compute_cluster_size()1579 ((wbpb->bpb.num_root_entries * 32) + (wbpb->bpb.bytes_sector - 1)) / in compute_file_area_size()1580 wbpb->bpb.bytes_sector; in compute_file_area_size()1633 store_16_bits(&fillp, wbpb->bpb.bytes_sector); in swap_pack_bpbcpy()1664 store_16_bits(&fillp, wbpb->bpb.bytes_sector); in swap_pack_bpb32cpy()1715 ((uchar_t *)&(wbpb->bpb.bytes_sector))[1] = *grabp++; in swap_pack_grabbpb()1716 ((uchar_t *)&(wbpb->bpb.bytes_sector))[0] = *grabp++; in swap_pack_grabbpb()1855 if (wbpb->bpb.bytes_sector != BPSEC) { in read_existing_bpb()1858 if (!(ISP2(wbpb->bpb.bytes_sector) && in read_existing_bpb()1859 IN_RANGE(wbpb->bpb.bytes_sector, 1, BPSEC * 8))) { in read_existing_bpb()[all …]
95 uint16_t bytes_sector; member