Searched refs:utf16_path (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/fs/cifs/ |
D | link.c | 394 __le16 *utf16_path; in smb3_query_mf_symlink() local 406 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_query_mf_symlink() 407 if (utf16_path == NULL) in smb3_query_mf_symlink() 414 kfree(utf16_path); in smb3_query_mf_symlink() 418 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, pfile_info, NULL, in smb3_query_mf_symlink() 440 kfree(utf16_path); in smb3_query_mf_symlink() 454 __le16 *utf16_path; in smb3_create_mf_symlink() local 460 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_create_mf_symlink() 461 if (!utf16_path) in smb3_create_mf_symlink() 472 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, cifs_sb, 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 | 686 __le16 utf16_path = 0; /* Null - since an open of top of share */ in open_shroot() local 734 &rqst[0], &oplock, &oparms, &utf16_path); in open_shroot() 929 __le16 *utf16_path; in smb2_is_path_accessible() local 937 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_is_path_accessible() 938 if (!utf16_path) in smb2_is_path_accessible() 948 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL, in smb2_is_path_accessible() 951 kfree(utf16_path); in smb2_is_path_accessible() 956 kfree(utf16_path); in smb2_is_path_accessible() 1080 __le16 *utf16_path; in smb2_query_eas() local 1086 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_eas() [all …]
|
D | smb2inode.c | 73 __le16 *utf16_path = NULL; in smb2_compound_op() local 105 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_compound_op() 106 if (!utf16_path) { in smb2_compound_op() 124 utf16_path); in smb2_compound_op() 125 kfree(utf16_path); in smb2_compound_op()
|
D | smb2pdu.c | 2488 __le16 *utf16_path = NULL; in smb311_posix_mkdir() local 2494 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb311_posix_mkdir() 2495 if (!utf16_path) in smb311_posix_mkdir() 2541 tcon->treeName, utf16_path); in smb311_posix_mkdir() 2548 kfree(utf16_path); in smb311_posix_mkdir() 2549 utf16_path = copy_path; in smb311_posix_mkdir() 2551 uni_path_len = (2 * UniStrnlen((wchar_t *)utf16_path, PATH_MAX)) + 2; in smb311_posix_mkdir() 2561 memcpy((char *)copy_path, (const char *)utf16_path, in smb311_posix_mkdir() 2565 kfree(utf16_path); in smb311_posix_mkdir() 2566 utf16_path = copy_path; in smb311_posix_mkdir() [all …]
|
D | smb2proto.h | 294 __le16 *utf16_path, u32 desired_access,
|