Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/volume_id/
Dhfs.c172 unsigned leaf_block; in volume_id_probe_hfs_hfsplus() local
264 leaf_block = (leaf_node_head * leaf_node_size) / blocksize; 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()
285 leaf_off = (ext_block_start + leaf_block) * blocksize; in volume_id_probe_hfs_hfsplus()