Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Dendian.h33 static inline s16 sle16_to_cpu(sle16 x) in sle16_to_cpu() function
Dlogfile.c84 if (sle16_to_cpu(rp->major_ver) != 1 || in ntfs_check_restart_page_header()
85 sle16_to_cpu(rp->minor_ver) != 1) { in ntfs_check_restart_page_header()
88 "1.1 only.)", (int)sle16_to_cpu(rp->major_ver), in ntfs_check_restart_page_header()
89 (int)sle16_to_cpu(rp->minor_ver)); in ntfs_check_restart_page_header()