Searched refs:sle64 (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dntfstime.h43 static __inline__ time_t ntfs2utc(sle64 ntfs_time)
63 static __inline__ sle64 utc2ntfs(time_t utc_time)
H A Dtypes.h71 typedef u64 __bitwise sle64; typedef
85 typedef sle64 leVCN;
87 typedef sle64 leLCN;
95 typedef sle64 leLSN;
H A Dendians.h171 #define sle64_to_cpu(x) (s64)__le64_to_cpu((sle64)(x))
175 #define sle64_to_cpup(x) (s64)__le64_to_cpu(*(const sle64*)(x))
191 #define cpu_to_sle64(x) (__force sle64)__cpu_to_le64((s64)(x))
195 #define cpu_to_sle64p(x) (__force sle64)__cpu_to_le64(*(const s64*)(x))
216 (sle64)cpu_to_sle64((s64)1);
222 (s64)sle64_to_cpu((__force sle64)1);
H A Dlayout.h85 /*0x28*/sle64 number_of_sectors; /* Number of sectors in volume. Gives
90 sle64 mft_lcn; /* Cluster location of mft data. */
91 sle64 mftmirr_lcn; /* Cluster location of copy of mft. */
673 /* 90*/ sle64 min_size; /* Optional minimum attribute size. */
674 /* 98*/ sle64 max_size; /* Maximum size of attribute. */
861 /* 40*/ sle64 allocated_size; /* Byte size of disk space
869 /* 48*/ sle64 data_size; /* Byte size of the attribute
872 /* 56*/ sle64 initialized_size; /* Byte size of initialized
885 /* 64*/ sle64 compressed_size; /* Byte size of the attribute
991 /* 0*/ sle64 creation_tim
[all...]
H A Dlogfile.h236 /* 24*/ sle64 file_size; /* Usable byte size of the log file. If the
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsinfo.c337 static char *ntfsinfo_time_to_str(const sle64 sle_ntfs_clock)

Completed in 48 milliseconds