Lines Matching refs:utf16_path

759 	__le16 utf16_path = 0; /* Null - since an open of top of share */  in open_cached_dir()  local
819 &rqst[0], &oplock, &oparms, &utf16_path); in open_cached_dir()
1032 __le16 *utf16_path; in smb2_is_path_accessible() local
1040 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_is_path_accessible()
1041 if (!utf16_path) in smb2_is_path_accessible()
1051 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL, in smb2_is_path_accessible()
1054 kfree(utf16_path); in smb2_is_path_accessible()
1059 kfree(utf16_path); in smb2_is_path_accessible()
1183 __le16 *utf16_path; in smb2_query_eas() local
1189 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_eas()
1190 if (!utf16_path) in smb2_query_eas()
1193 rc = smb2_query_info_compound(xid, tcon, utf16_path, in smb2_query_eas()
1226 kfree(utf16_path); in smb2_query_eas()
1240 __le16 *utf16_path = NULL; in smb2_set_ea() local
1265 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_set_ea()
1266 if (!utf16_path) in smb2_set_ea()
1286 rc = smb2_query_info_compound(xid, tcon, utf16_path, in smb2_set_ea()
1329 &rqst[0], &oplock, &oparms, utf16_path); in smb2_set_ea()
1379 kfree(utf16_path); in smb2_set_ea()
2271 __le16 *utf16_path = NULL; in smb3_notify() local
2281 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_notify()
2282 if (utf16_path == NULL) { in smb3_notify()
2300 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL, in smb3_notify()
2314 kfree(utf16_path); in smb3_notify()
2324 __le16 *utf16_path; in smb2_query_dir_first() local
2338 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_dir_first()
2339 if (!utf16_path) in smb2_query_dir_first()
2362 &rqst[0], &oplock, &oparms, utf16_path); in smb2_query_dir_first()
2434 kfree(utf16_path); in smb2_query_dir_first()
2636 __le16 *utf16_path, u32 desired_access, in smb2_query_info_compound() argument
2674 &rqst[0], &oplock, &oparms, utf16_path); in smb2_query_info_compound()
2733 __le16 utf16_path = 0; /* Null - open root of share */ in smb2_queryfs() local
2739 rc = smb2_query_info_compound(xid, tcon, &utf16_path, in smb2_queryfs()
2840 __le16 *utf16_path = NULL; in smb2_get_dfs_refer() local
2870 utf16_path = cifs_strndup_to_utf16(search_name, PATH_MAX, in smb2_get_dfs_refer()
2873 if (!utf16_path) { in smb2_get_dfs_refer()
2889 memcpy(dfs_req->RequestFileName, utf16_path, utf16_path_len); in smb2_get_dfs_refer()
2923 kfree(utf16_path); in smb2_get_dfs_refer()
3031 __le16 *utf16_path = NULL; in smb2_query_symlink() local
3067 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_query_symlink()
3068 if (!utf16_path) in smb2_query_symlink()
3085 &rqst[0], &oplock, &oparms, utf16_path); in smb2_query_symlink()
3204 kfree(utf16_path); in smb2_query_symlink()
3220 __le16 *utf16_path = NULL; in smb2_query_reparse_tag() local
3245 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_query_reparse_tag()
3246 if (!utf16_path) in smb2_query_reparse_tag()
3266 &rqst[0], &oplock, &oparms, utf16_path); in smb2_query_reparse_tag()
3331 kfree(utf16_path); in smb2_query_reparse_tag()
3382 __le16 *utf16_path; in get_smb2_acl_by_path() local
3391 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in get_smb2_acl_by_path()
3392 if (!utf16_path) { in get_smb2_acl_by_path()
3413 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL, in get_smb2_acl_by_path()
3415 kfree(utf16_path); in get_smb2_acl_by_path()
3444 __le16 *utf16_path; in set_smb2_acl() local
3460 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in set_smb2_acl()
3461 if (!utf16_path) { in set_smb2_acl()
3475 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, in set_smb2_acl()
3477 kfree(utf16_path); in set_smb2_acl()