Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dtypes.h61 typedef u64 sle64; typedef
75 typedef sle64 leVCN;
77 typedef sle64 leLCN;
85 typedef sle64 leLSN;
H A 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 …]
H A Dlogfile.h223 /* 24*/ sle64 file_size; /* Usable byte size of the log file. If the
321 sle64 file_offset;
H A Dntfstime.h55 typedef sle64 ntfs_time;
H A Dendians.h287 #define const_cpu_to_sle64(x) ((sle64) __constant_cpu_to_le64((u64) x))
H A 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()