Lines Matching refs:utf16_path
686 __le16 utf16_path = 0; /* Null - since an open of top of share */ in open_shroot() local
734 &rqst[0], &oplock, &oparms, &utf16_path); in open_shroot()
929 __le16 *utf16_path; in smb2_is_path_accessible() local
937 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_is_path_accessible()
938 if (!utf16_path) in smb2_is_path_accessible()
948 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL, in smb2_is_path_accessible()
951 kfree(utf16_path); in smb2_is_path_accessible()
956 kfree(utf16_path); in smb2_is_path_accessible()
1080 __le16 *utf16_path; in smb2_query_eas() local
1086 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_eas()
1087 if (!utf16_path) in smb2_query_eas()
1090 rc = smb2_query_info_compound(xid, tcon, utf16_path, in smb2_query_eas()
1123 kfree(utf16_path); in smb2_query_eas()
1137 __le16 *utf16_path = NULL; in smb2_set_ea() local
1162 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_set_ea()
1163 if (!utf16_path) in smb2_set_ea()
1183 rc = smb2_query_info_compound(xid, tcon, utf16_path, in smb2_set_ea()
1226 &rqst[0], &oplock, &oparms, utf16_path); in smb2_set_ea()
1276 kfree(utf16_path); in smb2_set_ea()
2154 __le16 *utf16_path = NULL; in smb3_notify() local
2164 utf16_path = cifs_convert_path_to_utf16(path + 1, cifs_sb); in smb3_notify()
2165 if (utf16_path == NULL) { in smb3_notify()
2183 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL, in smb3_notify()
2197 kfree(utf16_path); in smb3_notify()
2207 __le16 *utf16_path; in smb2_query_dir_first() local
2220 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_dir_first()
2221 if (!utf16_path) in smb2_query_dir_first()
2244 &rqst[0], &oplock, &oparms, utf16_path); in smb2_query_dir_first()
2312 kfree(utf16_path); in smb2_query_dir_first()
2477 __le16 *utf16_path, u32 desired_access, in smb2_query_info_compound() argument
2515 &rqst[0], &oplock, &oparms, utf16_path); in smb2_query_info_compound()
2574 __le16 utf16_path = 0; /* Null - open root of share */ in smb2_queryfs() local
2580 rc = smb2_query_info_compound(xid, tcon, &utf16_path, in smb2_queryfs()
2681 __le16 *utf16_path = NULL; in smb2_get_dfs_refer() local
2711 utf16_path = cifs_strndup_to_utf16(search_name, PATH_MAX, in smb2_get_dfs_refer()
2714 if (!utf16_path) { in smb2_get_dfs_refer()
2730 memcpy(dfs_req->RequestFileName, utf16_path, utf16_path_len); in smb2_get_dfs_refer()
2762 kfree(utf16_path); in smb2_get_dfs_refer()
2870 __le16 *utf16_path = NULL; in smb2_query_symlink() local
2906 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_query_symlink()
2907 if (!utf16_path) in smb2_query_symlink()
2924 &rqst[0], &oplock, &oparms, utf16_path); in smb2_query_symlink()
3043 kfree(utf16_path); in smb2_query_symlink()
3059 __le16 *utf16_path = NULL; in smb2_query_reparse_tag() local
3084 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_query_reparse_tag()
3085 if (!utf16_path) in smb2_query_reparse_tag()
3105 &rqst[0], &oplock, &oparms, utf16_path); in smb2_query_reparse_tag()
3170 kfree(utf16_path); in smb2_query_reparse_tag()
3220 __le16 *utf16_path; in get_smb2_acl_by_path() local
3229 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in get_smb2_acl_by_path()
3230 if (!utf16_path) { in get_smb2_acl_by_path()
3248 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL, in get_smb2_acl_by_path()
3250 kfree(utf16_path); in get_smb2_acl_by_path()
3278 __le16 *utf16_path; in set_smb2_acl() local
3292 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in set_smb2_acl()
3293 if (!utf16_path) { in set_smb2_acl()
3307 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, in set_smb2_acl()
3309 kfree(utf16_path); in set_smb2_acl()