Searched refs:const_cpu_to_le64 (Results 1 – 12 of 12) sorted by relevance
32 #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" */
279 #define const_cpu_to_le64(x) ((le64) __constant_cpu_to_le64(x)) macro
70 if (b->oem_id != const_cpu_to_le64(0x202020205346544eULL)) { /* "NTFS " */ in ntfs_boot_sector_is_ntfs()
1022 ni->quota_charged = const_cpu_to_le64(0); in update_secur_descr()1023 ni->usn = const_cpu_to_le64(0); in update_secur_descr()1096 ni->quota_charged = const_cpu_to_le64(0); in upgrade_secur_desc()1097 ni->usn = const_cpu_to_le64(0); in upgrade_secur_desc()
1519 ni->quota_charged = si->quota_charged = const_cpu_to_le64(0); in __ntfs_create()1520 ni->usn = si->usn = const_cpu_to_le64(0); in __ntfs_create()
458 mrec->base_mft_record = const_cpu_to_le64((MFT_REF)0); in ntfs_mft_record_layout()
259 mask = const_cpu_to_le64(~0x0ffffffffULL); in change_serial()
420 sds->offset = const_cpu_to_le64(0x00); in init_secure_sds()515 sds->offset = const_cpu_to_le64(0x80); in init_secure_sds()
1938 si.quota_charged = const_cpu_to_le64(0ULL); in add_attr_std_info()1940 si.usn = const_cpu_to_le64(0ULL); in add_attr_std_info()2330 e->indexed_file = const_cpu_to_le64(0LL); in add_attr_index_root()2932 idx_entry_q1_data->bytes_used = const_cpu_to_le64(0x00); in initialize_quota()2959 idx_entry_q2_data->bytes_used = const_cpu_to_le64(0x00); in initialize_quota()
832 mask = const_cpu_to_le64(~0x0ffffffffULL);
3714 curlsn = const_cpu_to_le64(0); in find_latest_block()
1817 ixentry->indexed_file = const_cpu_to_le64(0); in create_indx()