Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/volume_id/
Dhfs.c167 unsigned ext_block_count; in volume_id_probe_hfs_hfsplus() local
269 ext_block_count = be32_to_cpu(extents[ext].block_count); in volume_id_probe_hfs_hfsplus()
270 dbg("extent start block 0x%x, count 0x%x", ext_block_start, ext_block_count); in volume_id_probe_hfs_hfsplus()
272 if (ext_block_count == 0) in volume_id_probe_hfs_hfsplus()
276 if (leaf_block < ext_block_count) in volume_id_probe_hfs_hfsplus()
279 leaf_block -= ext_block_count; in volume_id_probe_hfs_hfsplus()