Home
last modified time | relevance | path

Searched refs:sle64 (Results 1 – 9 of 9) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h78 /*0x28*/sle64 number_of_sectors; /* Number of sectors in volume. Gives
83 sle64 mft_lcn; /* Cluster location of mft data. */
84 sle64 mftmirr_lcn; /* Cluster location of copy of mft. */
623 /* 90*/ sle64 min_size; /* Optional minimum attribute size. */
624 /* 98*/ sle64 max_size; /* Maximum size of attribute. */
791 /* 40*/ sle64 allocated_size; /* Byte size of disk space
799 /* 48*/ sle64 data_size; /* Byte size of the attribute
802 /* 56*/ sle64 initialized_size; /* Byte size of initialized
810 /* 64*/ sle64 compressed_size; /* Byte size of the attribute
912 /* 0*/ sle64 creation_time; /* Time file was created. Updated when
[all …]
Dtypes.h61 typedef u64 sle64; typedef
75 typedef sle64 leVCN;
77 typedef sle64 leLCN;
85 typedef sle64 leLSN;
Dlogfile.h223 /* 24*/ sle64 file_size; /* Usable byte size of the log file. If the
321 sle64 file_offset;
Dntfstime.h55 typedef sle64 ntfs_time;
Dendians.h287 #define const_cpu_to_sle64(x) ((sle64) __constant_cpu_to_le64((u64) x))
/third_party/ntfs-3g/ntfsprogs/
Dntfsclone.c256 sle64 nr_clusters;
897 sle64 count;
912 sle64 count_buf;
1051 sle64 lecount;
1102 sle64 timestamp = timespec2ntfs(zero_time);
1212 static void wipe_index_root_timestamps(ATTR_RECORD *attr, sle64 timestamp)
1275 sle64 timestamp = timespec2ntfs(zero_time);
Dntfsinfo.c326 static char *ntfsinfo_time_to_str(const sle64 sle_ntfs_clock) in ntfsinfo_time_to_str()
Dntfsresize.c2295 sle64 high_le; in relocate_inodes()
/third_party/ntfs-3g/libntfs-3g/
Ddir.c394 vcn = sle64_to_cpup((sle64*)((u8*)ie + le16_to_cpu(ie->length) - 8)); in ntfs_inode_lookup_by_name()
487 vcn = sle64_to_cpup((sle64*)((u8*)ie + le16_to_cpu(ie->length) - 8)); in ntfs_inode_lookup_by_name()