Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/volume_id/
Dunused_msdos.c100 poff = (uint64_t) le32_to_cpu(part[i].start_sect) * BSIZE; in volume_id_probe_msdos_part_table()
101 plen = (uint64_t) le32_to_cpu(part[i].nr_sects) * BSIZE; in volume_id_probe_msdos_part_table()
154 poff = (uint64_t) le32_to_cpu(part[i].start_sect) * BSIZE; in volume_id_probe_msdos_part_table()
155 plen = (uint64_t) le32_to_cpu(part[i].nr_sects) * BSIZE; in volume_id_probe_msdos_part_table()
Dudf.c140 count = le32_to_cpu(vd->type.anchor.length) / bs; in volume_id_probe_udf()
141 loc = le32_to_cpu(vd->type.anchor.location); in volume_id_probe_udf()
156 if (le32_to_cpu(vd->tag.location) != loc + b) in volume_id_probe_udf()
Dexfat.c100 (le32_to_cpu(sb->cluster_heap_offset)) * sector_sz + in volume_id_probe_exfat()
101 (le32_to_cpu(sb->root_dir) - 2) * cluster_sz; in volume_id_probe_exfat()
Dntfs.c158 attr_type = le32_to_cpu(attr->type); in volume_id_probe_ntfs()
159 attr_len = le32_to_cpu(attr->len); in volume_id_probe_ntfs()
161 val_len = le32_to_cpu(attr->value_len); in volume_id_probe_ntfs()
Dfat.c224 sect_count = le32_to_cpu(vs->total_sect); in volume_id_probe_vfat()
229 fat_size_sct = le32_to_cpu(vs->type.fat32.fat32_length); in volume_id_probe_vfat()
282 root_cluster = le32_to_cpu(vs->type.fat32.root_cluster); in volume_id_probe_vfat()
319 next_cluster = le32_to_cpu(*(uint32_t*)buf) & 0x0fffffff; in volume_id_probe_vfat()
Dubifs.c115 if (le32_to_cpu(sb->ch.magic) != UBIFS_NODE_MAGIC) in volume_id_probe_ubifs()
Dvolume_id_internal.h101 # define le32_to_cpu(x) (uint32_t)(x) macro
110 # define le32_to_cpu(x) (uint32_t)(bswap_32(x)) macro