Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/volume_id/
Dfat.c209 sector_size_bytes = le16_to_cpu(vs->sector_size_bytes); in volume_id_probe_vfat()
219 reserved_sct = le16_to_cpu(vs->reserved_sct); in volume_id_probe_vfat()
222 sect_count = le16_to_cpu(vs->sectors); in volume_id_probe_vfat()
227 fat_size_sct = le16_to_cpu(vs->fat_length); in volume_id_probe_vfat()
233 dir_entries = le16_to_cpu(vs->dir_entries); in volume_id_probe_vfat()
Dntfs.c122 sector_size = le16_to_cpu(ns->bytes_per_sector); in volume_id_probe_ntfs()
151 attr_off = le16_to_cpu(mftr->attrs_offset); in volume_id_probe_ntfs()
160 val_off = le16_to_cpu(attr->value_offset); in volume_id_probe_ntfs()
Dudf.c135 type = le16_to_cpu(vd->tag.id); in volume_id_probe_udf()
150 type = le16_to_cpu(vd->tag.id); in volume_id_probe_udf()
Dvolume_id_internal.h100 # define le16_to_cpu(x) (uint16_t)(x) macro
109 # define le16_to_cpu(x) (uint16_t)(bswap_16(x)) macro