Lines Matching refs:__le64

181 static_assert(sizeof(__le64) == sizeof(struct MFT_REF));
213 __le64 sectors_per_volume;// 0x28: Size of volume in sectors.
214 __le64 mft_clst; // 0x30: First cluster of $MFT
215 __le64 mft2_clst; // 0x38: First cluster of $MFTMirr
220 __le64 serial_num; // 0x48: Volume serial number
249 __le64 lsn; // 0x08: Log file sequence number,
335 __le64 svcn; // 0x10: Starting VCN of this segment.
336 __le64 evcn; // 0x18: End VCN of this segment.
352 __le64 alloc_size; // 0x28: The allocated size of attribute in bytes.
354 __le64 data_size; // 0x30: The size of attribute in bytes <= alloc_size.
355 __le64 valid_size; // 0x38: The size of valid part in bytes <= data_size.
356 __le64 total_size; // 0x40: The sum of the allocated clusters for a file.
479 __le64 cr_time; // 0x00: File creation file.
480 __le64 m_time; // 0x08: File modification time.
481 __le64 c_time; // 0x10: Last time any attribute was modified.
482 __le64 a_time; // 0x18: File last access time.
495 __le64 cr_time; // 0x00: File creation file.
496 __le64 m_time; // 0x08: File modification time.
497 __le64 c_time; // 0x10: Last time any attribute was modified.
498 __le64 a_time; // 0x18: File last access time.
506 __le64 quota_charge; // 0x38:
507 __le64 usn; // 0x40: Last Update Sequence Number of the file. This is a direct
520 __le64 vcn; // 0x08: Starting VCN of this attribute.
557 __le64 cr_time; // 0x00: File creation file.
558 __le64 m_time; // 0x08: File modification time.
559 __le64 c_time; // 0x10: Last time any attribute was modified.
560 __le64 a_time; // 0x18: File last access time.
561 __le64 alloc_size; // 0x20: Data attribute allocated size, multiple of cluster size.
562 __le64 data_size; // 0x28: Data attribute size <= Dataalloc_size.
636 static inline void de_set_vbn_le(struct NTFS_DE *e, __le64 vcn) in de_set_vbn_le()
638 __le64 *v = Add2Ptr(e, le16_to_cpu(e->size) - sizeof(__le64)); in de_set_vbn_le()
645 __le64 *v = Add2Ptr(e, le16_to_cpu(e->size) - sizeof(__le64)); in de_set_vbn()
650 static inline __le64 de_get_vbn_le(const struct NTFS_DE *e) in de_get_vbn_le()
652 return *(__le64 *)Add2Ptr(e, le16_to_cpu(e->size) - sizeof(__le64)); in de_get_vbn_le()
657 __le64 *v = Add2Ptr(e, le16_to_cpu(e->size) - sizeof(__le64)); in de_get_vbn()
688 sizeof(__le64))); in de_has_vcn_ex()
757 __le64 vbn; // 0x10: vcn if index >= cluster or vsn id index < cluster
809 __le64 res1; // 0x00
833 __le64 min_sz; // 0x90: Minimum attribute data size.
834 __le64 max_sz; // 0x98: Maximum attribute data size.
896 __le64 BytesUsed; // 0x1C:
897 __le64 ChangeTime; // 0x24:
898 __le64 WarningLimit; // 0x28:
899 __le64 HardLimit; // 0x34:
900 __le64 ExceededTime; // 0x3C:
919 __le64 off; // 0x08: Offset of this entry in the file.