Lines Matching refs:utf16_path
945 __le16 *utf16_path; in smb2_is_path_accessible() local
964 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_is_path_accessible()
965 if (!utf16_path) in smb2_is_path_accessible()
977 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, in smb2_is_path_accessible()
1005 kfree(utf16_path); in smb2_is_path_accessible()
1176 __le16 *utf16_path = NULL; in smb2_set_ea() local
1203 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_set_ea()
1204 if (!utf16_path) in smb2_set_ea()
1274 &rqst[0], &oplock, &oparms, utf16_path); in smb2_set_ea()
1339 kfree(utf16_path); in smb2_set_ea()
2266 __le16 *utf16_path = NULL; in smb3_notify() local
2277 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_notify()
2278 if (utf16_path == NULL) { in smb3_notify()
2306 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL, in smb3_notify()
2330 kfree(utf16_path); in smb3_notify()
2340 __le16 *utf16_path; in smb2_query_dir_first() local
2360 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_dir_first()
2361 if (!utf16_path) in smb2_query_dir_first()
2387 &rqst[0], &oplock, &oparms, utf16_path); in smb2_query_dir_first()
2460 kfree(utf16_path); in smb2_query_dir_first()
2696 __le16 *utf16_path; in smb2_query_info_compound() local
2708 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_info_compound()
2709 if (!utf16_path) in smb2_query_info_compound()
2745 &rqst[0], &oplock, &oparms, utf16_path); in smb2_query_info_compound()
2825 kfree(utf16_path); in smb2_query_info_compound()
2876 __le16 *utf16_path = NULL; in smb311_queryfs() local
2893 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb311_queryfs()
2894 if (utf16_path == NULL) in smb311_queryfs()
2897 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, in smb311_queryfs()
2899 kfree(utf16_path); in smb311_queryfs()
2954 __le16 *utf16_path = NULL; in smb2_get_dfs_refer() local
2988 utf16_path = cifs_strndup_to_utf16(search_name, PATH_MAX, in smb2_get_dfs_refer()
2991 if (!utf16_path) { in smb2_get_dfs_refer()
3007 memcpy(dfs_req->RequestFileName, utf16_path, utf16_path_len); in smb2_get_dfs_refer()
3051 kfree(utf16_path); in smb2_get_dfs_refer()
3098 __le16 *utf16_path; in get_smb2_acl_by_path() local
3107 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in get_smb2_acl_by_path()
3108 if (!utf16_path) { in get_smb2_acl_by_path()
3133 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL, in get_smb2_acl_by_path()
3135 kfree(utf16_path); in get_smb2_acl_by_path()
3164 __le16 *utf16_path; in set_smb2_acl() local
3180 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in set_smb2_acl()
3181 if (!utf16_path) { in set_smb2_acl()
3196 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, in set_smb2_acl()
3198 kfree(utf16_path); in set_smb2_acl()