Lines Matching refs:utf16_path
868 __le16 *utf16_path; in smb2_is_path_accessible() local
887 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_is_path_accessible()
888 if (!utf16_path) in smb2_is_path_accessible()
900 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, in smb2_is_path_accessible()
928 kfree(utf16_path); in smb2_is_path_accessible()
1098 __le16 *utf16_path = NULL; in smb2_set_ea() local
1118 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_set_ea()
1119 if (!utf16_path) in smb2_set_ea()
1187 &rqst[0], &oplock, &oparms, utf16_path); in smb2_set_ea()
1246 kfree(utf16_path); in smb2_set_ea()
2128 __le16 *utf16_path = NULL; in smb3_notify() local
2139 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_notify()
2140 if (utf16_path == NULL) { in smb3_notify()
2168 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL, in smb3_notify()
2192 kfree(utf16_path); in smb3_notify()
2202 __le16 *utf16_path; in smb2_query_dir_first() local
2216 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_dir_first()
2217 if (!utf16_path) in smb2_query_dir_first()
2242 &rqst[0], &oplock, &oparms, utf16_path); in smb2_query_dir_first()
2314 kfree(utf16_path); in smb2_query_dir_first()
2537 __le16 *utf16_path; in smb2_query_info_compound() local
2542 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_info_compound()
2543 if (!utf16_path) in smb2_query_info_compound()
2578 &rqst[0], &oplock, &oparms, utf16_path); in smb2_query_info_compound()
2650 kfree(utf16_path); in smb2_query_info_compound()
2769 __le16 *utf16_path = NULL; in smb2_get_dfs_refer() local
2800 utf16_path = cifs_strndup_to_utf16(search_name, PATH_MAX, in smb2_get_dfs_refer()
2803 if (!utf16_path) { in smb2_get_dfs_refer()
2819 memcpy(dfs_req->RequestFileName, utf16_path, utf16_path_len); in smb2_get_dfs_refer()
2855 kfree(utf16_path); in smb2_get_dfs_refer()
2981 __le16 *utf16_path = NULL; in smb2_query_reparse_point() local
2999 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_query_reparse_point()
3000 if (!utf16_path) in smb2_query_reparse_point()
3029 &rqst[0], &oplock, &oparms, utf16_path); in smb2_query_reparse_point()
3101 kfree(utf16_path); in smb2_query_reparse_point()
3146 __le16 *utf16_path; in get_smb2_acl_by_path() local
3155 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in get_smb2_acl_by_path()
3156 if (!utf16_path) { in get_smb2_acl_by_path()
3181 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL, in get_smb2_acl_by_path()
3183 kfree(utf16_path); in get_smb2_acl_by_path()
3212 __le16 *utf16_path; in set_smb2_acl() local
3228 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in set_smb2_acl()
3229 if (!utf16_path) { in set_smb2_acl()
3244 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, in set_smb2_acl()
3246 kfree(utf16_path); in set_smb2_acl()