Lines Matching refs:utf16_path

687 	__le16 utf16_path = 0; /* Null - since an open of top of share */
735 &rqst[0], &oplock, &oparms, &utf16_path);
931 __le16 *utf16_path;
939 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb);
940 if (!utf16_path)
950 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL,
953 kfree(utf16_path);
958 kfree(utf16_path);
1083 __le16 *utf16_path;
1089 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
1090 if (!utf16_path)
1093 rc = smb2_query_info_compound(xid, tcon, utf16_path,
1126 kfree(utf16_path);
1140 __le16 *utf16_path = NULL;
1165 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
1166 if (!utf16_path)
1186 rc = smb2_query_info_compound(xid, tcon, utf16_path,
1229 &rqst[0], &oplock, &oparms, utf16_path);
1283 kfree(utf16_path);
2183 __le16 *utf16_path = NULL;
2193 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
2194 if (utf16_path == NULL) {
2212 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL,
2226 kfree(utf16_path);
2236 __le16 *utf16_path;
2249 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
2250 if (!utf16_path)
2273 &rqst[0], &oplock, &oparms, utf16_path);
2341 kfree(utf16_path);
2506 __le16 *utf16_path, u32 desired_access,
2544 &rqst[0], &oplock, &oparms, utf16_path);
2603 __le16 utf16_path = 0; /* Null - open root of share */
2609 rc = smb2_query_info_compound(xid, tcon, &utf16_path,
2710 __le16 *utf16_path = NULL;
2740 utf16_path = cifs_strndup_to_utf16(search_name, PATH_MAX,
2743 if (!utf16_path) {
2759 memcpy(dfs_req->RequestFileName, utf16_path, utf16_path_len);
2792 kfree(utf16_path);
2900 __le16 *utf16_path = NULL;
2936 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb);
2937 if (!utf16_path)
2954 &rqst[0], &oplock, &oparms, utf16_path);
3072 kfree(utf16_path);
3088 __le16 *utf16_path = NULL;
3113 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb);
3114 if (!utf16_path)
3134 &rqst[0], &oplock, &oparms, utf16_path);
3204 kfree(utf16_path);
3254 __le16 *utf16_path;
3263 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
3264 if (!utf16_path) {
3282 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL,
3284 kfree(utf16_path);
3312 __le16 *utf16_path;
3326 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb);
3327 if (!utf16_path) {
3341 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL,
3343 kfree(utf16_path);