Home
last modified time | relevance | path

Searched refs:sector_size_bytes (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/util-linux/volume_id/
Dfat.c43 uint16_t sector_size_bytes; member
133 uint16_t sector_size_bytes; in volume_id_probe_vfat() local
209 sector_size_bytes = le16_to_cpu(vs->sector_size_bytes); in volume_id_probe_vfat()
210 if (sector_size_bytes != 0x200 && sector_size_bytes != 0x400 in volume_id_probe_vfat()
211 && sector_size_bytes != 0x800 && sector_size_bytes != 0x1000 in volume_id_probe_vfat()
216 dbg("sector_size_bytes 0x%x", sector_size_bytes); in volume_id_probe_vfat()
235 (sector_size_bytes-1)) / sector_size_bytes; in volume_id_probe_vfat()
254 root_start_off = (reserved_sct + fat_size_sct) * sector_size_bytes; in volume_id_probe_vfat()
281 buf_size = vs->sectors_per_cluster * sector_size_bytes; in volume_id_probe_vfat()
295 next_off = (start_data_sct + next_off_sct) * sector_size_bytes; in volume_id_probe_vfat()
[all …]