Lines Matching refs:utf16_path
322 __le16 *utf16_path; in smb3_query_mf_symlink() local
336 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_query_mf_symlink()
337 if (utf16_path == NULL) in smb3_query_mf_symlink()
344 kfree(utf16_path); in smb3_query_mf_symlink()
348 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, pfile_info, NULL, in smb3_query_mf_symlink()
370 kfree(utf16_path); in smb3_query_mf_symlink()
384 __le16 *utf16_path; in smb3_create_mf_symlink() local
390 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_create_mf_symlink()
391 if (!utf16_path) in smb3_create_mf_symlink()
405 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, in smb3_create_mf_symlink()
408 kfree(utf16_path); in smb3_create_mf_symlink()
433 kfree(utf16_path); in smb3_create_mf_symlink()