Home | History | Annotate | Download | only in blkid

Lines Matching refs:blkid_le64

712 	nr_clusters = blkid_le64(ns->number_of_sectors) / sectors_per_cluster;
714 if ((blkid_le64(ns->mft_cluster_location) > nr_clusters) ||
715 (blkid_le64(ns->mft_mirror_cluster_location) > nr_clusters))
718 off = blkid_le64(ns->mft_mirror_cluster_location) *
728 off = blkid_le64(ns->mft_cluster_location) * bytes_per_sector *
782 sprintf(uuid_str, "%016llX", blkid_le64(ns->volume_serial));
1173 uuid = blkid_le64(*((unsigned long long *) hfs->finder_info.id));
1237 uuid = blkid_le64(*((unsigned long long *) hfsplus->finder_info.id));
1343 if (blkid_le64(label->sector_xl) != (unsigned) sector) {
1346 blkid_le64(label->sector_xl), sector));