Home
last modified time | relevance | path

Searched refs:utf16_path (Results 1 – 5 of 5) sorted by relevance

/linux/fs/smb/client/
H A Dlink.c321 __le16 *utf16_path; in smb3_query_mf_symlink() local
335 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_query_mf_symlink()
336 if (utf16_path == NULL) in smb3_query_mf_symlink()
339 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, &data, NULL, in smb3_query_mf_symlink()
361 kfree(utf16_path); in smb3_query_mf_symlink()
374 __le16 *utf16_path; in smb3_create_mf_symlink() local
380 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_create_mf_symlink()
381 if (!utf16_path) in smb3_create_mf_symlink()
395 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, in smb3_create_mf_symlink()
398 kfree(utf16_path); in smb3_create_mf_symlink()
[all …]
H A Dcached_dir.c150 __le16 *utf16_path = NULL; in open_cached_dir() local
181 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in open_cached_dir()
182 if (!utf16_path) in open_cached_dir()
189 kfree(utf16_path); in open_cached_dir()
201 kfree(utf16_path); in open_cached_dir()
286 &rqst[0], &oplock, &oparms, utf16_path); in open_cached_dir()
413 kfree(utf16_path); in open_cached_dir()
H A Dsmb2inode.c220 __le16 *utf16_path = NULL; in smb2_compound_op() local
256 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_compound_op()
257 if (!utf16_path) { in smb2_compound_op()
289 utf16_path); in smb2_compound_op()
290 kfree(utf16_path); in smb2_compound_op()
1096 __le16 *utf16_path __free(kfree) = NULL; in smb2_unlink()
1111 utf16_path = cifs_convert_path_to_utf16(name, cifs_sb); in smb2_unlink()
1112 if (!utf16_path) in smb2_unlink()
1143 &rqst[0], &oplock, &oparms, utf16_path); in smb2_unlink()
1508 __le16 *utf16_path __free(kfree) = NULL; in smb2_rename_pending_delete()
[all …]
H A Dsmb2ops.c962 __le16 *utf16_path; in smb2_is_path_accessible() local
978 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_is_path_accessible()
979 if (!utf16_path) in smb2_is_path_accessible()
991 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, in smb2_is_path_accessible()
1019 kfree(utf16_path); in smb2_is_path_accessible()
1191 __le16 *utf16_path = NULL; in smb2_set_ea() local
1219 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_set_ea()
1220 if (!utf16_path) in smb2_set_ea()
1290 &rqst[0], &oplock, &oparms, utf16_path); in smb2_set_ea()
1358 kfree(utf16_path); in smb2_set_ea()
[all …]
H A Dsmb2pdu.c2938 __le16 *utf16_path = NULL; in smb311_posix_mkdir() local
2952 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb311_posix_mkdir()
2953 if (!utf16_path) in smb311_posix_mkdir()
2999 tcon->tree_name, utf16_path); in smb311_posix_mkdir()
3006 kfree(utf16_path); in smb311_posix_mkdir()
3007 utf16_path = copy_path; in smb311_posix_mkdir()
3009 uni_path_len = (2 * UniStrnlen((wchar_t *)utf16_path, PATH_MAX)) + 2; in smb311_posix_mkdir()
3019 memcpy((char *)copy_path, (const char *)utf16_path, in smb311_posix_mkdir()
3023 kfree(utf16_path); in smb311_posix_mkdir()
3024 utf16_path = copy_path; in smb311_posix_mkdir()
[all …]