Home
last modified time | relevance | path

Searched refs:sle64_to_cpup (Results 1 – 3 of 3) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dendians.h209 #define sle64_to_cpup(x) (s64)__le64_to_cpu(*(s64*)(x)) macro
/third_party/ntfs-3g/libntfs-3g/
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()
Dindex.c204 return sle64_to_cpup(ntfs_ie_get_vcn_addr(ie)); in ntfs_ie_get_vcn()