Searched refs:utf16_path (Results 1 – 6 of 6) sorted by relevance
/linux/fs/smb/client/ |
H A D | link.c | 344 __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 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 | 141 __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 D | smb2ops.c | 921 __le16 *utf16_path; in smb2_is_path_accessible() local 941 if (!utf16_path) in smb2_is_path_accessible() 981 kfree(utf16_path); in smb2_is_path_accessible() 1179 if (!utf16_path) in smb2_set_ea() 1314 kfree(utf16_path); in smb2_set_ea() 2305 kfree(utf16_path); in smb3_notify() 2336 if (!utf16_path) in smb2_query_dir_first() 2435 kfree(utf16_path); in smb2_query_dir_first() 2715 if (!utf16_path) in smb2_query_info_compound() 2831 kfree(utf16_path); in smb2_query_info_compound() [all …]
|
H A D | smb2inode.c | 184 __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 | 2845 __le16 *utf16_path = NULL; in smb311_posix_mkdir() local 2858 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb311_posix_mkdir() 2859 if (!utf16_path) in smb311_posix_mkdir() 2905 tcon->tree_name, utf16_path); in smb311_posix_mkdir() 2912 kfree(utf16_path); in smb311_posix_mkdir() 2913 utf16_path = copy_path; in smb311_posix_mkdir() 2925 memcpy((char *)copy_path, (const char *)utf16_path, in smb311_posix_mkdir() 2929 kfree(utf16_path); in smb311_posix_mkdir() 2930 utf16_path = copy_path; in smb311_posix_mkdir() 2935 iov[1].iov_base = utf16_path; in smb311_posix_mkdir() [all …]
|