Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/volume_id/
Dhfs.c202 alloc_first_block = be16_to_cpu(hfs->al_bl_st); in volume_id_probe_hfs_hfsplus()
205 embed_first_block = be16_to_cpu(hfs->embed_startblock); in volume_id_probe_hfs_hfsplus()
256 leaf_node_size = be16_to_cpu(bnode->node_size); in volume_id_probe_hfs_hfsplus()
294 record_count = be16_to_cpu(descr->num_recs); in volume_id_probe_hfs_hfsplus()
309 label_len = be16_to_cpu(key->unicode_len) * 2; in volume_id_probe_hfs_hfsplus()
Dvolume_id_internal.h103 # define be16_to_cpu(x) (uint16_t)(bswap_16(x)) macro
112 # define be16_to_cpu(x) (uint16_t)(x) macro
Dunused_mac.c72 unsigned bsize = be16_to_cpu(driver->block_size); in volume_id_probe_mac_partition_map()