Home
last modified time | relevance | path

Searched refs:le64_to_cpu (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/util-linux/volume_id/
Dvolume_id_internal.h102 # define le64_to_cpu(x) (uint64_t)(x) macro
111 # define le64_to_cpu(x) (uint64_t)(bb_bswap_64(x)) macro
Dntfs.c124 mft_cluster = le64_to_cpu(ns->mft_cluster_location); in volume_id_probe_ntfs()