Searched refs:cifs_convert_path_to_utf16 (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/fs/cifs/ |
D | smb2inode.c | 63 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_open_op_close() 235 smb2_to_name = cifs_convert_path_to_utf16(to_name, cifs_sb); in smb2_set_path_attr()
|
D | link.c | 415 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_query_mf_symlink() 473 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_create_mf_symlink()
|
D | smb2file.c | 48 smb2_path = cifs_convert_path_to_utf16(oparms->path, oparms->cifs_sb); in smb2_open_file()
|
D | smb2proto.h | 42 extern __le16 *cifs_convert_path_to_utf16(const char *from,
|
D | smb2ops.c | 699 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_is_path_accessible() 853 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_eas() 935 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_set_ea() 1543 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_dir_first() 1950 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_query_symlink() 2071 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in get_smb2_acl_by_path() 2133 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in set_smb2_acl()
|
D | smb2misc.c | 445 cifs_convert_path_to_utf16(const char *from, struct cifs_sb_info *cifs_sb) in cifs_convert_path_to_utf16() function
|
D | smb2pdu.c | 2034 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb311_posix_mkdir()
|