Lines Matching refs:name
23 * This is used by the name collation functions to quickly determine what
42 * @s1: name to compare to @s2
44 * @s2: name to compare to @s1
67 * @name1: first Unicode name to compare
68 * @name2: second Unicode name to compare
76 * -1 if the first name collates before the second one,
78 * 1 if the second name collates before the first one, or
192 void ntfs_upcase_name(ntfschar *name, u32 name_len, const ntfschar *upcase,
199 if ((u = le16_to_cpu(name[i])) < upcase_len)
200 name[i] = upcase[u];
276 "name from ntfs_name_cache.");
290 "name on NTFS is %d Unicode characters.",
373 ntfs_error(vol->sb, "Unicode name contains characters that cannot be "
382 ntfs_error(vol->sb, "Failed to allocate name!");