Home
last modified time | relevance | path

Searched refs:const_le64_to_cpu (Results 1 – 2 of 2) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dlayout.h329 #define MREF_LE(x) ((u64)(const_le64_to_cpu(x) & MFT_REF_MASK_CPU))
330 #define MSEQNO_LE(x) ((u16)((const_le64_to_cpu(x) >> 48) & 0xffff))
Dendians.h275 #define const_le64_to_cpu(x) ((u64) __constant_le64_to_cpu(x)) macro