Searched refs:utf16_path (Results 1 – 6 of 6) sorted by relevance
/fs/cifs/ |
D | link.c | 398 __le16 *utf16_path; in smb3_query_mf_symlink() local 412 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_query_mf_symlink() 413 if (utf16_path == NULL) in smb3_query_mf_symlink() 420 kfree(utf16_path); in smb3_query_mf_symlink() 424 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, pfile_info, NULL, in smb3_query_mf_symlink() 446 kfree(utf16_path); in smb3_query_mf_symlink() 461 __le16 *utf16_path; in smb3_create_mf_symlink() local 470 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_create_mf_symlink() 471 if (!utf16_path) in smb3_create_mf_symlink() 482 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, in smb3_create_mf_symlink() [all …]
|
D | ioctl.c | 46 __le16 *utf16_path = NULL, root_path; in cifs_ioctl_query_info() local 57 utf16_path = &root_path; in cifs_ioctl_query_info() 59 utf16_path = cifs_convert_path_to_utf16(path + 1, cifs_sb); in cifs_ioctl_query_info() 60 if (!utf16_path) { in cifs_ioctl_query_info() 68 xid, tcon, utf16_path, in cifs_ioctl_query_info() 74 if (utf16_path != &root_path) in cifs_ioctl_query_info() 75 kfree(utf16_path); in cifs_ioctl_query_info()
|
D | smb2ops.c | 643 __le16 utf16_path = 0; /* Null - since an open of top of share */ in open_shroot() local 683 rc = SMB2_open_init(tcon, &rqst[0], &oplock, &oparms, &utf16_path); in open_shroot() 865 __le16 *utf16_path; in smb2_is_path_accessible() local 873 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_is_path_accessible() 874 if (!utf16_path) in smb2_is_path_accessible() 887 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL); in smb2_is_path_accessible() 889 kfree(utf16_path); in smb2_is_path_accessible() 894 kfree(utf16_path); in smb2_is_path_accessible() 1018 __le16 *utf16_path; in smb2_query_eas() local 1024 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_eas() [all …]
|
D | smb2inode.c | 58 __le16 *utf16_path = NULL; in smb2_compound_op() local 92 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_compound_op() 93 if (!utf16_path) { in smb2_compound_op() 112 utf16_path); in smb2_compound_op() 113 kfree(utf16_path); in smb2_compound_op()
|
D | smb2pdu.c | 2277 __le16 *utf16_path = NULL; in smb311_posix_mkdir() local 2282 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb311_posix_mkdir() 2283 if (!utf16_path) in smb311_posix_mkdir() 2328 tcon->treeName, utf16_path); in smb311_posix_mkdir() 2335 kfree(utf16_path); in smb311_posix_mkdir() 2336 utf16_path = copy_path; in smb311_posix_mkdir() 2338 uni_path_len = (2 * UniStrnlen((wchar_t *)utf16_path, PATH_MAX)) + 2; in smb311_posix_mkdir() 2348 memcpy((char *)copy_path, (const char *)utf16_path, in smb311_posix_mkdir() 2352 kfree(utf16_path); in smb311_posix_mkdir() 2353 utf16_path = copy_path; in smb311_posix_mkdir() [all …]
|
D | smb2proto.h | 262 __le16 *utf16_path, u32 desired_access,
|