Searched refs:cifs_convert_path_to_utf16 (Results 1 – 8 of 8) sorted by relevance
/fs/cifs/ |
D | link.c | 409 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_query_mf_symlink() 463 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_create_mf_symlink()
|
D | smb2inode.c | 92 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_compound_op() 559 smb2_to_name = cifs_convert_path_to_utf16(to_name, cifs_sb); in smb2_set_path_attr()
|
D | smb2file.c | 48 smb2_path = cifs_convert_path_to_utf16(oparms->path, oparms->cifs_sb); in smb2_open_file()
|
D | ioctl.c | 59 utf16_path = cifs_convert_path_to_utf16(path + 1, cifs_sb); in cifs_ioctl_query_info()
|
D | smb2proto.h | 42 extern __le16 *cifs_convert_path_to_utf16(const char *from,
|
D | smb2ops.c | 901 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_is_path_accessible() 1050 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_eas() 1125 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_set_ea() 2068 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_dir_first() 2668 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_query_symlink() 2860 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in get_smb2_acl_by_path() 2917 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in set_smb2_acl()
|
D | smb2misc.c | 439 cifs_convert_path_to_utf16(const char *from, struct cifs_sb_info *cifs_sb) in cifs_convert_path_to_utf16() function
|
D | smb2pdu.c | 2303 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb311_posix_mkdir()
|