OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blkid_le64
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/blkid/
probe.c
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));
[
all
...]
probe.h
800
#define
blkid_le64
(x) blkid_swab64(x)
macro
807
#define
blkid_le64
(x) (x)
macro
Completed in 124 milliseconds