Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/blkid/
Dprobe.c713 nr_clusters = blkid_le64(ns->number_of_sectors) / sectors_per_cluster; in probe_ntfs()
715 if ((blkid_le64(ns->mft_cluster_location) > nr_clusters) || in probe_ntfs()
716 (blkid_le64(ns->mft_mirror_cluster_location) > nr_clusters)) in probe_ntfs()
719 off = blkid_le64(ns->mft_mirror_cluster_location) * in probe_ntfs()
729 off = blkid_le64(ns->mft_cluster_location) * bytes_per_sector * in probe_ntfs()
783 sprintf(uuid_str, "%016llX", blkid_le64(ns->volume_serial)); in probe_ntfs()
1210 uuid = blkid_le64(*uuid_ptr); in probe_hfs()
1278 uuid = blkid_le64(*uuid_ptr); in probe_hfsplus()
1388 if (blkid_le64(label->sector_xl) != (unsigned) sector) { in probe_lvm2()
1391 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