Lines Matching refs:utf16_path
884 __le16 *utf16_path;
903 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb);
904 if (!utf16_path)
916 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL,
944 kfree(utf16_path);
1114 __le16 *utf16_path = NULL;
1134 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
1135 if (!utf16_path)
1203 &rqst[0], &oplock, &oparms, utf16_path);
1262 kfree(utf16_path);
2146 __le16 *utf16_path = NULL;
2157 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
2158 if (utf16_path == NULL) {
2186 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL,
2210 kfree(utf16_path);
2220 __le16 *utf16_path;
2234 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
2235 if (!utf16_path)
2260 &rqst[0], &oplock, &oparms, utf16_path);
2332 kfree(utf16_path);
2555 __le16 *utf16_path;
2560 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
2561 if (!utf16_path)
2596 &rqst[0], &oplock, &oparms, utf16_path);
2668 kfree(utf16_path);
2787 __le16 *utf16_path = NULL;
2818 utf16_path = cifs_strndup_to_utf16(search_name, PATH_MAX,
2821 if (!utf16_path) {
2837 memcpy(dfs_req->RequestFileName, utf16_path, utf16_path_len);
2875 kfree(utf16_path);
3005 __le16 *utf16_path = NULL;
3023 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb);
3024 if (!utf16_path)
3053 &rqst[0], &oplock, &oparms, utf16_path);
3131 kfree(utf16_path);
3176 __le16 *utf16_path;
3185 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
3186 if (!utf16_path) {
3211 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL,
3213 kfree(utf16_path);
3242 __le16 *utf16_path;
3258 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
3259 if (!utf16_path) {
3274 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL,
3276 kfree(utf16_path);