Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/blkid/
Dprobe.c712 nr_clusters = blkid_le64(ns->number_of_sectors) / sectors_per_cluster; in probe_ntfs()
714 if ((blkid_le64(ns->mft_cluster_location) > nr_clusters) || in probe_ntfs()
715 (blkid_le64(ns->mft_mirror_cluster_location) > nr_clusters)) in probe_ntfs()
718 off = blkid_le64(ns->mft_mirror_cluster_location) * in probe_ntfs()
728 off = blkid_le64(ns->mft_cluster_location) * bytes_per_sector * in probe_ntfs()
782 sprintf(uuid_str, "%016llX", blkid_le64(ns->volume_serial)); in probe_ntfs()
1209 uuid = blkid_le64(*uuid_ptr); in probe_hfs()
1277 uuid = blkid_le64(*uuid_ptr); in probe_hfsplus()
1387 if (blkid_le64(label->sector_xl) != (unsigned) sector) { in probe_lvm2()
1390 blkid_le64(label->sector_xl), sector)); in probe_lvm2()
Dprobe.h880 #define blkid_le64(x) blkid_swab64(x) macro
887 #define blkid_le64(x) (x) macro