Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/volume_id/
Dfat.c290 uint64_t fat_entry_off; in volume_id_probe_vfat() local
312 fat_entry_off = (reserved_sct * sector_size_bytes) + (next_cluster * sizeof(uint32_t)); in volume_id_probe_vfat()
313 dbg("fat_entry_off 0x%llx", (unsigned long long)fat_entry_off); in volume_id_probe_vfat()
314 buf = volume_id_get_buffer(id, fat_partition_off + fat_entry_off, buf_size); in volume_id_probe_vfat()