Searched refs:utf16_path (Results 1 – 6 of 6) sorted by relevance
| /fs/smb/client/ |
| A D | link.c | 346 __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() 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, &oplock, NULL, NULL, in smb3_create_mf_symlink() 432 kfree(utf16_path); in smb3_create_mf_symlink() [all …]
|
| 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()
|
| A D | cached_dir.c | 150 __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()
|
| A D | smb2ops.c | 945 __le16 *utf16_path; in smb2_is_path_accessible() local 965 if (!utf16_path) in smb2_is_path_accessible() 1005 kfree(utf16_path); in smb2_is_path_accessible() 1204 if (!utf16_path) in smb2_set_ea() 1339 kfree(utf16_path); in smb2_set_ea() 2330 kfree(utf16_path); in smb3_notify() 2361 if (!utf16_path) in smb2_query_dir_first() 2460 kfree(utf16_path); in smb2_query_dir_first() 2709 if (!utf16_path) in smb2_query_info_compound() 2825 kfree(utf16_path); in smb2_query_info_compound() [all …]
|
| A D | smb2inode.c | 192 __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()
|
| A D | smb2pdu.c | 2842 __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() 2922 memcpy((char *)copy_path, (const char *)utf16_path, in smb311_posix_mkdir() 2926 kfree(utf16_path); in smb311_posix_mkdir() 2927 utf16_path = copy_path; in smb311_posix_mkdir() 2932 iov[1].iov_base = utf16_path; in smb311_posix_mkdir() [all …]
|
Completed in 28 milliseconds