Searched refs:const_cpu_to_sle16 (Results 1 – 3 of 3) sorted by relevance
93 if (((rp->major_ver != const_cpu_to_sle16(1)) in ntfs_check_restart_page_header()94 || (rp->minor_ver != const_cpu_to_sle16(1))) in ntfs_check_restart_page_header()95 && ((rp->major_ver != const_cpu_to_sle16(2)) in ntfs_check_restart_page_header()96 || (rp->minor_ver != const_cpu_to_sle16(0)))) { in ntfs_check_restart_page_header()
285 #define const_cpu_to_sle16(x) ((sle16) __constant_cpu_to_le16((u16) x)) macro
3019 log_header.major_ver = const_cpu_to_sle16(1); in reset_logfile()3020 log_header.minor_ver = const_cpu_to_sle16(1); in reset_logfile()