Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dlink.c346 __le16 *utf16_path; in smb3_query_mf_symlink() local
360 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_query_mf_symlink()
361 if (utf16_path == NULL) in smb3_query_mf_symlink()
368 kfree(utf16_path); in smb3_query_mf_symlink()
372 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, pfile_info, NULL, in smb3_query_mf_symlink()
394 kfree(utf16_path); in smb3_query_mf_symlink()
408 __le16 *utf16_path; in smb3_create_mf_symlink() local
414 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_create_mf_symlink()
415 if (!utf16_path) in smb3_create_mf_symlink()
429 rc = SMB2_open(xid, &oparms, 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.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()
401 kfree(utf16_path); in open_cached_dir()
H A Dsmb2ops.c936 __le16 *utf16_path; in smb2_is_path_accessible() local
955 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_is_path_accessible()
956 if (!utf16_path) in smb2_is_path_accessible()
968 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, in smb2_is_path_accessible()
996 kfree(utf16_path); in smb2_is_path_accessible()
1167 __le16 *utf16_path = NULL; in smb2_set_ea() local
1194 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_set_ea()
1195 if (!utf16_path) in smb2_set_ea()
1265 &rqst[0], &oplock, &oparms, utf16_path); in smb2_set_ea()
1330 kfree(utf16_path); in smb2_set_ea()
2257 __le16 *utf16_path = NULL; smb3_notify() local
2331 __le16 *utf16_path; smb2_query_dir_first() local
2687 __le16 *utf16_path; smb2_query_info_compound() local
2867 __le16 *utf16_path = NULL; smb311_queryfs() local
2945 __le16 *utf16_path = NULL; smb2_get_dfs_refer() local
3089 __le16 *utf16_path; get_smb2_acl_by_path() local
3155 __le16 *utf16_path; set_smb2_acl() local
[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.c2842 __le16 *utf16_path = NULL; in smb311_posix_mkdir() local
2855 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb311_posix_mkdir()
2856 if (!utf16_path) in smb311_posix_mkdir()
2902 tcon->tree_name, utf16_path); in smb311_posix_mkdir()
2909 kfree(utf16_path); in smb311_posix_mkdir()
2910 utf16_path = copy_path; in smb311_posix_mkdir()
2912 uni_path_len = (2 * UniStrnlen((wchar_t *)utf16_path, PATH_MAX)) + 2; in smb311_posix_mkdir()
2922 memcpy((char *)copy_path, (const char *)utf16_path, in smb311_posix_mkdir()
2926 kfree(utf16_path); in smb311_posix_mkdir()
2927 utf16_path in smb311_posix_mkdir()
[all...]