Searched refs:utf16_path (Results 1 – 5 of 5) sorted by relevance
/linux/fs/smb/client/ |
H A D | ioctl.c | 35 __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 D | cached_dir.c | 156 __le16 *utf16_path = NULL; in open_cached_dir() local 186 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in open_cached_dir() 187 if (!utf16_path) in open_cached_dir() 192 kfree(utf16_path); in open_cached_dir() 204 kfree(utf16_path); in open_cached_dir() 268 &rqst[0], &oplock, &oparms, utf16_path); in open_cached_dir() 382 kfree(utf16_path); in open_cached_dir()
|
H A D | smb2ops.c | 922 __le16 *utf16_path; in smb2_is_path_accessible() local 941 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_is_path_accessible() 942 if (!utf16_path) in smb2_is_path_accessible() 954 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, in smb2_is_path_accessible() 982 kfree(utf16_path); in smb2_is_path_accessible() 1153 __le16 *utf16_path = NULL; in smb2_set_ea() local 1180 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_set_ea() 1181 if (!utf16_path) in smb2_set_ea() 1251 &rqst[0], &oplock, &oparms, utf16_path); in smb2_set_ea() 1316 kfree(utf16_path); in smb2_set_ea() [all …]
|
H A D | smb2inode.c | 191 __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 D | smb2pdu.c | 2841 __le16 *utf16_path = NULL; in smb311_posix_mkdir() local 2854 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb311_posix_mkdir() 2855 if (!utf16_path) in smb311_posix_mkdir() 2901 tcon->tree_name, utf16_path); in smb311_posix_mkdir() 2908 kfree(utf16_path); in smb311_posix_mkdir() 2909 utf16_path = copy_path; in smb311_posix_mkdir() 2911 uni_path_len = (2 * UniStrnlen((wchar_t *)utf16_path, PATH_MAX)) + 2; in smb311_posix_mkdir() 2921 memcpy((char *)copy_path, (const char *)utf16_path, in smb311_posix_mkdir() 2925 kfree(utf16_path); in smb311_posix_mkdir() 2926 utf16_path = copy_path; in smb311_posix_mkdir() [all …]
|