Lines Matching refs:utf16_path
687 __le16 utf16_path = 0; /* Null - since an open of top of share */ in open_shroot() local
735 &rqst[0], &oplock, &oparms, &utf16_path); in open_shroot()
930 __le16 *utf16_path; in smb2_is_path_accessible() local
938 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_is_path_accessible()
939 if (!utf16_path) in smb2_is_path_accessible()
949 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL, in smb2_is_path_accessible()
952 kfree(utf16_path); in smb2_is_path_accessible()
957 kfree(utf16_path); in smb2_is_path_accessible()
1082 __le16 *utf16_path; in smb2_query_eas() local
1088 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_eas()
1089 if (!utf16_path) in smb2_query_eas()
1092 rc = smb2_query_info_compound(xid, tcon, utf16_path, in smb2_query_eas()
1125 kfree(utf16_path); in smb2_query_eas()
1139 __le16 *utf16_path = NULL; in smb2_set_ea() local
1164 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_set_ea()
1165 if (!utf16_path) in smb2_set_ea()
1185 rc = smb2_query_info_compound(xid, tcon, utf16_path, in smb2_set_ea()
1228 &rqst[0], &oplock, &oparms, utf16_path); in smb2_set_ea()
1282 kfree(utf16_path); in smb2_set_ea()
2182 __le16 *utf16_path = NULL; in smb3_notify() local
2192 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_notify()
2193 if (utf16_path == NULL) { in smb3_notify()
2211 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL, in smb3_notify()
2225 kfree(utf16_path); in smb3_notify()
2235 __le16 *utf16_path; in smb2_query_dir_first() local
2248 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_dir_first()
2249 if (!utf16_path) in smb2_query_dir_first()
2272 &rqst[0], &oplock, &oparms, utf16_path); in smb2_query_dir_first()
2340 kfree(utf16_path); in smb2_query_dir_first()
2505 __le16 *utf16_path, u32 desired_access, in smb2_query_info_compound() argument
2543 &rqst[0], &oplock, &oparms, utf16_path); in smb2_query_info_compound()
2602 __le16 utf16_path = 0; /* Null - open root of share */ in smb2_queryfs() local
2608 rc = smb2_query_info_compound(xid, tcon, &utf16_path, in smb2_queryfs()
2709 __le16 *utf16_path = NULL; in smb2_get_dfs_refer() local
2739 utf16_path = cifs_strndup_to_utf16(search_name, PATH_MAX, in smb2_get_dfs_refer()
2742 if (!utf16_path) { in smb2_get_dfs_refer()
2758 memcpy(dfs_req->RequestFileName, utf16_path, utf16_path_len); in smb2_get_dfs_refer()
2789 kfree(utf16_path); in smb2_get_dfs_refer()
2897 __le16 *utf16_path = NULL; in smb2_query_symlink() local
2933 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_query_symlink()
2934 if (!utf16_path) in smb2_query_symlink()
2951 &rqst[0], &oplock, &oparms, utf16_path); in smb2_query_symlink()
3069 kfree(utf16_path); in smb2_query_symlink()
3085 __le16 *utf16_path = NULL; in smb2_query_reparse_tag() local
3110 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_query_reparse_tag()
3111 if (!utf16_path) in smb2_query_reparse_tag()
3131 &rqst[0], &oplock, &oparms, utf16_path); in smb2_query_reparse_tag()
3195 kfree(utf16_path); in smb2_query_reparse_tag()
3245 __le16 *utf16_path; in get_smb2_acl_by_path() local
3254 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in get_smb2_acl_by_path()
3255 if (!utf16_path) { in get_smb2_acl_by_path()
3273 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL, in get_smb2_acl_by_path()
3275 kfree(utf16_path); in get_smb2_acl_by_path()
3303 __le16 *utf16_path; in set_smb2_acl() local
3317 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in set_smb2_acl()
3318 if (!utf16_path) { in set_smb2_acl()
3332 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, in set_smb2_acl()
3334 kfree(utf16_path); in set_smb2_acl()