Lines Matching refs:uni
21 const struct cpu_str *uni)
31 if (uni) {
33 int ulen = uni->len;
35 const u16 *name_cpu = uni->name;
40 memcpy(fname->name, uni->name, uni->len * sizeof(u16));
42 fname->name_len = uni->len;
71 struct cpu_str *uni = __getname();
75 if (!uni)
79 dentry->d_name.len, uni, NTFS_NAME_LEN,
85 inode = dir_search_u(dir, uni, NULL);
88 __putname(uni);
374 struct cpu_str *uni = __getname();
377 if (!uni)
381 dentry->d_name.len, uni, NTFS_NAME_LEN,
412 d = d_splice_alias(dir_search_u(dir, uni, fnd), dentry);
434 inode = ntfs_create_inode(mnt_idmap(file->f_path.mnt), dir, dentry, uni,
446 __putname(uni);
481 struct cpu_str *uni;
504 uni = __getname();
505 if (!uni)
510 err = ntfs_nls_to_utf16(sbi, name->name, name->len, uni, NTFS_NAME_LEN,
520 hash = ntfs_names_hash(uni->name, uni->len, sbi->upcase,
526 __putname(uni);