Home
last modified time | relevance | path

Searched refs:sle16_to_cpu (Results 1 – 4 of 4) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfsdump_logfile.c309 if (sle16_to_cpu(rstr->major_ver) != 1 || in restart_header_sanity()
310 sle16_to_cpu(rstr->minor_ver) != 1) in restart_header_sanity()
313 sle16_to_cpu(rstr->major_ver), in restart_header_sanity()
314 sle16_to_cpu(rstr->minor_ver)); in restart_header_sanity()
485 sle16_to_cpu(rstr->major_ver), in dump_restart_areas()
486 sle16_to_cpu(rstr->minor_ver)); in dump_restart_areas()
Dntfsrecover.c2735 (int)sle16_to_cpu(rest->minor_ver)); in showrest()
2737 (int)sle16_to_cpu(rest->major_ver)); in showrest()
2977 major = sle16_to_cpu(buf->block.restart.major_ver); in read_restart()
2978 minor = sle16_to_cpu(buf->block.restart.minor_ver); in read_restart()
/third_party/ntfs-3g/libntfs-3g/
Dlogfile.c100 (int)sle16_to_cpu(rp->major_ver), in ntfs_check_restart_page_header()
101 (int)sle16_to_cpu(rp->minor_ver)); in ntfs_check_restart_page_header()
/third_party/ntfs-3g/include/ntfs-3g/
Dendians.h203 #define sle16_to_cpu(x) (s16)__le16_to_cpu((s16)(x)) macro