Home
last modified time | relevance | path

Searched refs:cifs_convert_path_to_utf16 (Results 1 – 10 of 10) sorted by relevance

/linux/fs/smb/client/
H A Dlink.c335 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_query_mf_symlink()
389 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_create_mf_symlink()
H A Dsmb2file.c158 smb2_path = cifs_convert_path_to_utf16(oparms->path, oparms->cifs_sb); in smb2_open_file()
H A Dsmb2proto.h31 __le16 *cifs_convert_path_to_utf16(const char *from,
H A Dsmb2inode.c231 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_compound_op()
1205 utf16_path = cifs_convert_path_to_utf16(name, cifs_sb); in smb2_unlink()
1310 smb2_to_name = cifs_convert_path_to_utf16(to_name, cifs_sb); in smb2_set_path_attr()
H A Dioctl.c49 utf16_path = cifs_convert_path_to_utf16(path + 1, cifs_sb); in cifs_ioctl_query_info()
H A Dsmb2ops.c967 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_is_path_accessible()
1208 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_set_ea()
2378 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_notify()
2461 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_dir_first()
2842 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_info_compound()
3030 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb311_queryfs()
3240 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in get_smb2_acl_by_path()
3313 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in set_smb2_acl()
H A Dsmb2misc.c456 cifs_convert_path_to_utf16(const char *from, struct cifs_sb_info *cifs_sb) in cifs_convert_path_to_utf16() function
H A Dcached_dir.c181 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in open_cached_dir()
H A Dreparse.c171 path = cifs_convert_path_to_utf16(sym, cifs_sb); in create_native_symlink()
H A Dsmb2pdu.c2915 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb311_posix_mkdir()