Searched refs:cifs_convert_path_to_utf16 (Results 1 – 10 of 10) sorted by relevance
| /fs/smb/client/ |
| A D | link.c | 360 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_query_mf_symlink() 414 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_create_mf_symlink()
|
| A D | smb2file.c | 157 smb2_path = cifs_convert_path_to_utf16(oparms->path, oparms->cifs_sb); in smb2_open_file()
|
| A D | smb2proto.h | 29 extern __le16 *cifs_convert_path_to_utf16(const char *from,
|
| A D | ioctl.c | 50 utf16_path = cifs_convert_path_to_utf16(path + 1, cifs_sb); in cifs_ioctl_query_info()
|
| A D | smb2ops.c | 964 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_is_path_accessible() 1203 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_set_ea() 2277 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_notify() 2360 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_dir_first() 2708 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_info_compound() 2893 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb311_queryfs() 3107 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in get_smb2_acl_by_path() 3180 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in set_smb2_acl()
|
| A D | smb2misc.c | 454 cifs_convert_path_to_utf16(const char *from, struct cifs_sb_info *cifs_sb) in cifs_convert_path_to_utf16() function
|
| A D | smb2inode.c | 226 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_compound_op() 1204 smb2_to_name = cifs_convert_path_to_utf16(to_name, cifs_sb); in smb2_set_path_attr()
|
| A D | cached_dir.c | 181 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in open_cached_dir()
|
| A D | reparse.c | 170 path = cifs_convert_path_to_utf16(sym, cifs_sb); in create_native_symlink()
|
| A D | smb2pdu.c | 2855 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb311_posix_mkdir()
|
Completed in 46 milliseconds