Searched refs:utf16_path (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/cifs/ |
| A D | link.c | 382 __le16 *utf16_path; in smb3_query_mf_symlink() local 394 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_query_mf_symlink() 395 if (utf16_path == NULL) in smb3_query_mf_symlink() 402 kfree(utf16_path); in smb3_query_mf_symlink() 428 kfree(utf16_path); in smb3_query_mf_symlink() 442 __le16 *utf16_path; in smb3_create_mf_symlink() local 448 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_create_mf_symlink() 449 if (!utf16_path) in smb3_create_mf_symlink() 460 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, in smb3_create_mf_symlink() 463 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 | smb2ops.c | 1032 __le16 *utf16_path; in smb2_is_path_accessible() local 1041 if (!utf16_path) in smb2_is_path_accessible() 1059 kfree(utf16_path); in smb2_is_path_accessible() 1190 if (!utf16_path) in smb2_query_eas() 1226 kfree(utf16_path); in smb2_query_eas() 1266 if (!utf16_path) in smb2_set_ea() 1379 kfree(utf16_path); in smb2_set_ea() 2314 kfree(utf16_path); in smb3_notify() 2339 if (!utf16_path) in smb2_query_dir_first() 3073 if (!utf16_path) in smb2_query_symlink() [all …]
|
| A D | smb2inode.c | 64 __le16 *utf16_path = NULL; in smb2_compound_op() local 96 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_compound_op() 97 if (!utf16_path) { in smb2_compound_op() 115 utf16_path); in smb2_compound_op() 116 kfree(utf16_path); in smb2_compound_op()
|
| A D | smb2pdu.c | 2558 __le16 *utf16_path = NULL; in smb311_posix_mkdir() local 2564 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb311_posix_mkdir() 2565 if (!utf16_path) in smb311_posix_mkdir() 2611 tcon->treeName, utf16_path); in smb311_posix_mkdir() 2618 kfree(utf16_path); in smb311_posix_mkdir() 2619 utf16_path = copy_path; in smb311_posix_mkdir() 2631 memcpy((char *)copy_path, (const char *)utf16_path, in smb311_posix_mkdir() 2635 kfree(utf16_path); in smb311_posix_mkdir() 2636 utf16_path = copy_path; in smb311_posix_mkdir() 2641 iov[1].iov_base = utf16_path; in smb311_posix_mkdir() [all …]
|
| A D | smb2proto.h | 282 __le16 *utf16_path, u32 desired_access,
|
Completed in 31 milliseconds