Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/volume_id/
Dhfs.c169 unsigned leaf_node_head; in volume_id_probe_hfs_hfsplus() local
253 leaf_node_head = be32_to_cpu(bnode->leaf_head); in volume_id_probe_hfs_hfsplus()
254 dbg("catalog leaf node 0x%x", leaf_node_head); in volume_id_probe_hfs_hfsplus()
264 leaf_block = (leaf_node_head * leaf_node_size) / blocksize; in volume_id_probe_hfs_hfsplus()