Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Dnamei.c182 struct qstr nls_name; in ntfs_lookup() local
184 nls_name.name = NULL; in ntfs_lookup()
187 nls_name.len = (unsigned)ntfs_ucstonls(vol, in ntfs_lookup()
189 (unsigned char**)&nls_name.name, 0); in ntfs_lookup()
241 nls_name.len = (unsigned)ntfs_ucstonls(vol, in ntfs_lookup()
243 (unsigned char**)&nls_name.name, 0); in ntfs_lookup()
252 if ((signed)nls_name.len < 0) { in ntfs_lookup()
253 err = (signed)nls_name.len; in ntfs_lookup()
256 nls_name.hash = full_name_hash(dent, nls_name.name, nls_name.len); in ntfs_lookup()
258 dent = d_add_ci(dent, dent_inode, &nls_name); in ntfs_lookup()
[all …]