Searched refs:cifs_convert_path_to_utf16 (Results 1 – 6 of 6) sorted by relevance
/fs/cifs/ |
D | smb2inode.c | 52 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_open_op_close() 219 smb2_to_name = cifs_convert_path_to_utf16(to_name, cifs_sb); in smb2_set_path_attr()
|
D | link.c | 435 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_query_mf_symlink() 492 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 | 40 extern __le16 *cifs_convert_path_to_utf16(const char *from,
|
D | smb2misc.c | 386 cifs_convert_path_to_utf16(const char *from, struct cifs_sb_info *cifs_sb) in cifs_convert_path_to_utf16() function
|
D | smb2ops.c | 362 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_is_path_accessible() 900 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_dir_first() 1078 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_query_symlink()
|