Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dlink.c344 __le16 *utf16_path; in smb3_query_mf_symlink() local
358 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_query_mf_symlink()
359 if (utf16_path == NULL) in smb3_query_mf_symlink()
366 kfree(utf16_path); in smb3_query_mf_symlink()
392 kfree(utf16_path); in smb3_query_mf_symlink()
406 __le16 *utf16_path; in smb3_create_mf_symlink() local
412 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_create_mf_symlink()
413 if (!utf16_path) in smb3_create_mf_symlink()
427 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, in smb3_create_mf_symlink()
430 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.c141 __le16 *utf16_path = NULL; in open_cached_dir() local
169 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in open_cached_dir()
170 if (!utf16_path) in open_cached_dir()
175 kfree(utf16_path); in open_cached_dir()
187 kfree(utf16_path); in open_cached_dir()
250 &rqst[0], &oplock, &oparms, utf16_path); in open_cached_dir()
382 kfree(utf16_path); in open_cached_dir()
H A Dsmb2ops.c885 __le16 *utf16_path; in smb2_is_path_accessible() local
905 if (!utf16_path) in smb2_is_path_accessible()
945 kfree(utf16_path); in smb2_is_path_accessible()
1143 if (!utf16_path) in smb2_set_ea()
1277 kfree(utf16_path); in smb2_set_ea()
2249 kfree(utf16_path); in smb3_notify()
2280 if (!utf16_path) in smb2_query_dir_first()
2379 kfree(utf16_path); in smb2_query_dir_first()
2659 if (!utf16_path) in smb2_query_info_compound()
2775 kfree(utf16_path); in smb2_query_info_compound()
[all …]
H A Dsmb2inode.c184 __le16 *utf16_path = NULL; in smb2_compound_op() local
225 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_compound_op()
226 if (!utf16_path) { in smb2_compound_op()
258 utf16_path); in smb2_compound_op()
259 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 …]