Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dlink.c345 __le16 *utf16_path; in smb3_query_mf_symlink() local
359 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_query_mf_symlink()
360 if (utf16_path == NULL) in smb3_query_mf_symlink()
367 kfree(utf16_path); in smb3_query_mf_symlink()
393 kfree(utf16_path); in smb3_query_mf_symlink()
407 __le16 *utf16_path; in smb3_create_mf_symlink() local
413 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_create_mf_symlink()
414 if (!utf16_path) in smb3_create_mf_symlink()
428 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, in smb3_create_mf_symlink()
431 kfree(utf16_path); in smb3_create_mf_symlink()
[all …]
H A Dioctl.c35 __le16 *utf16_path = NULL, root_path; in cifs_ioctl_query_info() local
48 utf16_path = &root_path; in cifs_ioctl_query_info()
50 utf16_path = cifs_convert_path_to_utf16(path + 1, cifs_sb); in cifs_ioctl_query_info()
51 if (!utf16_path) { in cifs_ioctl_query_info()
59 xid, tcon, cifs_sb, utf16_path, in cifs_ioctl_query_info()
65 if (utf16_path != &root_path) in cifs_ioctl_query_info()
66 kfree(utf16_path); in cifs_ioctl_query_info()
H A Dcached_dir.c149 __le16 *utf16_path = NULL; in open_cached_dir() local
179 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in open_cached_dir()
180 if (!utf16_path) in open_cached_dir()
187 kfree(utf16_path); in open_cached_dir()
198 kfree(utf16_path); in open_cached_dir()
262 &rqst[0], &oplock, &oparms, utf16_path); in open_cached_dir()
376 kfree(utf16_path); in open_cached_dir()
H A Dsmb2ops.c930 __le16 *utf16_path; in smb2_is_path_accessible() local
950 if (!utf16_path) in smb2_is_path_accessible()
990 kfree(utf16_path); in smb2_is_path_accessible()
1189 if (!utf16_path) in smb2_set_ea()
1324 kfree(utf16_path); in smb2_set_ea()
2315 kfree(utf16_path); in smb3_notify()
2346 if (!utf16_path) in smb2_query_dir_first()
2445 kfree(utf16_path); in smb2_query_dir_first()
2694 if (!utf16_path) in smb2_query_info_compound()
2810 kfree(utf16_path); in smb2_query_info_compound()
[all …]
H A Dsmb2inode.c192 __le16 *utf16_path = NULL; in smb2_compound_op() local
226 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_compound_op()
227 if (!utf16_path) { in smb2_compound_op()
259 utf16_path); in smb2_compound_op()
260 kfree(utf16_path); in smb2_compound_op()
H A Dsmb2pdu.c2823 __le16 *utf16_path = NULL; in smb311_posix_mkdir() local
2836 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb311_posix_mkdir()
2837 if (!utf16_path) in smb311_posix_mkdir()
2883 tcon->tree_name, utf16_path); in smb311_posix_mkdir()
2890 kfree(utf16_path); in smb311_posix_mkdir()
2891 utf16_path = copy_path; in smb311_posix_mkdir()
2903 memcpy((char *)copy_path, (const char *)utf16_path, in smb311_posix_mkdir()
2907 kfree(utf16_path); in smb311_posix_mkdir()
2908 utf16_path = copy_path; in smb311_posix_mkdir()
2913 iov[1].iov_base = utf16_path; in smb311_posix_mkdir()
[all …]