pub fn extent_data_ref_hash(root: u64, objectid: u64, offset: u64) -> u64Expand description
Compute the hash used for EXTENT_DATA_REF keys, matching the kernel’s
hash_extent_data_ref(). Uses two independent CRC32C computations
combined into a single u64.