Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/blkid/
Dprobe.c1209 unsigned int leaf_block; in probe_hfsplus() local
1266 leaf_block = (leaf_node_head * leaf_node_size) / blocksize; in probe_hfsplus()
1276 if (leaf_block < ext_block_count) in probe_hfsplus()
1279 leaf_block -= ext_block_count; in probe_hfsplus()
1284 leaf_off = (__u64) (ext_block_start + leaf_block) * blocksize; in probe_hfsplus()