Lines Matching refs:le16_to_cpu
156 cpuchar = le16_to_cpu(uname[i]); in ntfs_fix_file_name()
164 && (le16_to_cpu(vol->upcase[cpuchar]) < cpuchar)) in ntfs_fix_file_name()
203 uname[i] = vol->locase[le16_to_cpu(found->file_name[i])]; in ntfs_fix_file_name()
481 && (((size_t)le16_to_cpu(reparse_attr->reparse_data_length) in valid_reparse_data()
495 offs = le16_to_cpu(mount_point_data->subst_name_offset); in valid_reparse_data()
496 lth = le16_to_cpu(mount_point_data->subst_name_length); in valid_reparse_data()
512 offs = le16_to_cpu(symlink_data->subst_name_offset); in valid_reparse_data()
513 lth = le16_to_cpu(symlink_data->subst_name_length); in valid_reparse_data()
522 if ((le16_to_cpu(reparse_attr->reparse_data_length) in valid_reparse_data()
814 offs = le16_to_cpu(mount_point_data->subst_name_offset); in ntfs_make_symlink()
815 lth = le16_to_cpu(mount_point_data->subst_name_length); in ntfs_make_symlink()
826 offs = le16_to_cpu(symlink_data->subst_name_offset); in ntfs_make_symlink()
827 lth = le16_to_cpu(symlink_data->subst_name_length); in ntfs_make_symlink()
882 lth = le16_to_cpu( in ntfs_make_symlink()
949 file_id_cpu = MK_MREF(ni->mft_no,le16_to_cpu(seqn)); in set_reparse_index()
995 file_id_cpu = MK_MREF(na->ni->mft_no,le16_to_cpu(seqn)); in remove_reparse_index()