Searched refs:sle16_to_cpu (Results 1 – 2 of 2) sorted by relevance
82 if (sle16_to_cpu(rp->major_ver) != 1 || in ntfs_check_restart_page_header()83 sle16_to_cpu(rp->minor_ver) != 1) { in ntfs_check_restart_page_header()86 "1.1 only.)", (int)sle16_to_cpu(rp->major_ver), in ntfs_check_restart_page_header()87 (int)sle16_to_cpu(rp->minor_ver)); in ntfs_check_restart_page_header()
33 static inline s16 sle16_to_cpu(sle16 x) in sle16_to_cpu() function