Home
last modified time | relevance | path

Searched refs:const_cpu_to_le64 (Results 1 – 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlayout.h32 #define magicNTFS const_cpu_to_le64(0x202020205346544e) /* "NTFS " */
317 #define MFT_REF_MASK_LE const_cpu_to_le64(MFT_REF_MASK_CPU)
324 #define MK_LE_MREF(m, s) const_cpu_to_le64(((MFT_REF)(((MFT_REF)(s) << 48) | \
2686 const_cpu_to_le64(0x014B4E4C78746E49ULL), /* "IntxLNK\1" */
2688 const_cpu_to_le64(0x0052484378746E49ULL), /* "IntxCHR\0" */
2690 const_cpu_to_le64(0x004B4C4278746E49ULL), /* "IntxBLK\0" */
H A Dbootsect.c70 if (b->oem_id != const_cpu_to_le64(0x202020205346544eULL)) { /* "NTFS " */ in ntfs_boot_sector_is_ntfs()
H A Dendians.h279 #define const_cpu_to_le64(x) ((le64) __constant_cpu_to_le64(x)) macro
H A Dsecurity.c1029 ni->quota_charged = const_cpu_to_le64(0); in update_secur_descr()
1030 ni->usn = const_cpu_to_le64(0); in update_secur_descr()
1103 ni->quota_charged = const_cpu_to_le64(0); in upgrade_secur_desc()
1104 ni->usn = const_cpu_to_le64(0); in upgrade_secur_desc()
H A Ddir.c1522 ni->quota_charged = si->quota_charged = const_cpu_to_le64(0); in __ntfs_create()
1523 ni->usn = si->usn = const_cpu_to_le64(0); in __ntfs_create()
H A Dmft.c458 mrec->base_mft_record = const_cpu_to_le64((MFT_REF)0); in ntfs_mft_record_layout()
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dsd.c420 sds->offset = const_cpu_to_le64(0x00); in init_secure_sds()
515 sds->offset = const_cpu_to_le64(0x80); in init_secure_sds()
H A Dmkntfs.c2029 e->indexed_file = const_cpu_to_le64(0LL); in add_attr_index_root()
2631 idx_entry_q1_data->bytes_used = const_cpu_to_le64(0x00); in initialize_quota()
2635 idx_entry_q1_data->exceeded_time = const_cpu_to_le64(0); in initialize_quota()
2658 idx_entry_q2_data->bytes_used = const_cpu_to_le64(0x00); in initialize_quota()
2662 idx_entry_q2_data->exceeded_time = const_cpu_to_le64(0); in initialize_quota()