Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dlink.c366 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_query_mf_symlink()
420 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_create_mf_symlink()
Dsmb2inode.c101 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_compound_op()
682 smb2_to_name = cifs_convert_path_to_utf16(to_name, cifs_sb); in smb2_set_path_attr()
Dsmb2file.c112 smb2_path = cifs_convert_path_to_utf16(oparms->path, oparms->cifs_sb); in smb2_open_file()
Dsmb2proto.h29 extern __le16 *cifs_convert_path_to_utf16(const char *from,
Dioctl.c50 utf16_path = cifs_convert_path_to_utf16(path + 1, cifs_sb); in cifs_ioctl_query_info()
Dcached_dir.c142 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in open_cached_dir()
Dsmb2ops.c812 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_is_path_accessible()
1024 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_set_ea()
2050 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_notify()
2125 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_dir_first()
2450 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_info_compound()
2889 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_query_symlink()
3026 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_query_reparse_tag()
3171 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in get_smb2_acl_by_path()
3240 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in set_smb2_acl()
Dsmb2misc.c460 cifs_convert_path_to_utf16(const char *from, struct cifs_sb_info *cifs_sb) in cifs_convert_path_to_utf16() function
Dsmb2pdu.c2639 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb311_posix_mkdir()