Searched refs:sle16_to_cpu (Results 1 – 2 of 2) sorted by relevance
70 if (sle16_to_cpu(rp->major_ver) != 1 || in ntfs_check_restart_page_header()71 sle16_to_cpu(rp->minor_ver) != 1) { in ntfs_check_restart_page_header()74 "1.1 only.)", (int)sle16_to_cpu(rp->major_ver), in ntfs_check_restart_page_header()75 (int)sle16_to_cpu(rp->minor_ver)); in ntfs_check_restart_page_header()
19 static inline s16 sle16_to_cpu(sle16 x) in sle16_to_cpu() function
Completed in 5 milliseconds