Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/volume_id/
Dunused_mac.c85 part_count = be32_to_cpu(part->map_count); in volume_id_probe_mac_partition_map()
106 poff = be32_to_cpu(part->start_block) * bsize; in volume_id_probe_mac_partition_map()
107 plen = be32_to_cpu(part->block_count) * bsize; in volume_id_probe_mac_partition_map()
Dhfs.c199 alloc_block_size = be32_to_cpu(hfs->al_blk_size); in volume_id_probe_hfs_hfsplus()
239 blocksize = be32_to_cpu(hfsplus->blocksize); in volume_id_probe_hfs_hfsplus()
243 cat_block = be32_to_cpu(extents[0].start_block); in volume_id_probe_hfs_hfsplus()
253 leaf_node_head = be32_to_cpu(bnode->leaf_head); in volume_id_probe_hfs_hfsplus()
259 leaf_node_count = be32_to_cpu(bnode->leaf_count); in volume_id_probe_hfs_hfsplus()
268 ext_block_start = be32_to_cpu(extents[ext].start_block); in volume_id_probe_hfs_hfsplus()
269 ext_block_count = be32_to_cpu(extents[ext].block_count); in volume_id_probe_hfs_hfsplus()
305 dbg("parent id 0x%x", be32_to_cpu(key->parent_id)); in volume_id_probe_hfs_hfsplus()
Dvolume_id_internal.h104 # define be32_to_cpu(x) (uint32_t)(bswap_32(x)) macro
113 # define be32_to_cpu(x) (uint32_t)(x) macro