Searched refs:cifs_convert_path_to_utf16 (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | link.c | 370 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_query_mf_symlink() 424 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_create_mf_symlink()
|
H A D | smb2inode.c | 102 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_compound_op() 805 smb2_to_name = cifs_convert_path_to_utf16(to_name, cifs_sb); in smb2_set_path_attr()
|
H A D | smb2proto.h | 29 extern __le16 *cifs_convert_path_to_utf16(const char *from,
|
H A D | ioctl.c | 50 utf16_path = cifs_convert_path_to_utf16(path + 1, cifs_sb); in cifs_ioctl_query_info()
|
H A D | smb2file.c | 113 smb2_path = cifs_convert_path_to_utf16(oparms->path, oparms->cifs_sb); in smb2_open_file()
|
H A D | smb2ops.c | 903 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_is_path_accessible() 1134 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_set_ea() 2157 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_notify() 2234 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_dir_first() 2560 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_info_compound() 3023 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_query_reparse_point() 3185 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in get_smb2_acl_by_path() 3258 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in set_smb2_acl()
|
H A D | cached_dir.c | 163 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in open_cached_dir()
|
H 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
|
H A D | smb2pdu.c | 2793 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb311_posix_mkdir()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A 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()
|
H A D | smb2file.c | 48 smb2_path = cifs_convert_path_to_utf16(oparms->path, oparms->cifs_sb); in smb2_open_file()
|
H A D | ioctl.c | 59 utf16_path = cifs_convert_path_to_utf16(path + 1, cifs_sb); in cifs_ioctl_query_info()
|
H A D | smb2inode.c | 105 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_compound_op() 700 smb2_to_name = cifs_convert_path_to_utf16(to_name, cifs_sb); in smb2_set_path_attr()
|
H A D | smb2ops.c | 939 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_is_path_accessible() 1089 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_eas() 1165 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_set_ea() 2193 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_notify() 2249 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_dir_first() 2936 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_query_symlink() 3113 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_query_reparse_tag() 3263 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in get_smb2_acl_by_path() 3326 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in set_smb2_acl()
|
H A D | smb2proto.h | 42 extern __le16 *cifs_convert_path_to_utf16(const char *from,
|
H A D | smb2misc.c | 446 cifs_convert_path_to_utf16(const char *from, struct cifs_sb_info *cifs_sb) in cifs_convert_path_to_utf16() function
|
H A D | smb2pdu.c | 2517 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb311_posix_mkdir()
|
Completed in 37 milliseconds