Lines Matching refs:utf16_path
797 __le16 *utf16_path; in smb2_is_path_accessible() local
812 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_is_path_accessible()
813 if (!utf16_path) in smb2_is_path_accessible()
823 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL, in smb2_is_path_accessible()
826 kfree(utf16_path); in smb2_is_path_accessible()
831 kfree(utf16_path); in smb2_is_path_accessible()
999 __le16 *utf16_path = NULL; in smb2_set_ea() local
1024 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_set_ea()
1025 if (!utf16_path) in smb2_set_ea()
1088 &rqst[0], &oplock, &oparms, utf16_path); in smb2_set_ea()
1142 kfree(utf16_path); in smb2_set_ea()
2039 __le16 *utf16_path = NULL; in smb3_notify() local
2050 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb3_notify()
2051 if (utf16_path == NULL) { in smb3_notify()
2077 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL, in smb3_notify()
2101 kfree(utf16_path); in smb3_notify()
2111 __le16 *utf16_path; in smb2_query_dir_first() local
2125 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_dir_first()
2126 if (!utf16_path) in smb2_query_dir_first()
2149 &rqst[0], &oplock, &oparms, utf16_path); in smb2_query_dir_first()
2221 kfree(utf16_path); in smb2_query_dir_first()
2445 __le16 *utf16_path; in smb2_query_info_compound() local
2450 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in smb2_query_info_compound()
2451 if (!utf16_path) in smb2_query_info_compound()
2480 &rqst[0], &oplock, &oparms, utf16_path); in smb2_query_info_compound()
2545 kfree(utf16_path); in smb2_query_info_compound()
2668 __le16 *utf16_path = NULL; in smb2_get_dfs_refer() local
2699 utf16_path = cifs_strndup_to_utf16(search_name, PATH_MAX, in smb2_get_dfs_refer()
2702 if (!utf16_path) { in smb2_get_dfs_refer()
2718 memcpy(dfs_req->RequestFileName, utf16_path, utf16_path_len); in smb2_get_dfs_refer()
2754 kfree(utf16_path); in smb2_get_dfs_refer()
2859 __le16 *utf16_path = NULL; in smb2_query_symlink() local
2889 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_query_symlink()
2890 if (!utf16_path) in smb2_query_symlink()
2907 &rqst[0], &oplock, &oparms, utf16_path); in smb2_query_symlink()
2985 kfree(utf16_path); in smb2_query_symlink()
3001 __le16 *utf16_path = NULL; in smb2_query_reparse_tag() local
3026 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_query_reparse_tag()
3027 if (!utf16_path) in smb2_query_reparse_tag()
3047 &rqst[0], &oplock, &oparms, utf16_path); in smb2_query_reparse_tag()
3111 kfree(utf16_path); in smb2_query_reparse_tag()
3162 __le16 *utf16_path; in get_smb2_acl_by_path() local
3171 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in get_smb2_acl_by_path()
3172 if (!utf16_path) { in get_smb2_acl_by_path()
3193 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, NULL, in get_smb2_acl_by_path()
3195 kfree(utf16_path); in get_smb2_acl_by_path()
3224 __le16 *utf16_path; in set_smb2_acl() local
3240 utf16_path = cifs_convert_path_to_utf16(path, cifs_sb); in set_smb2_acl()
3241 if (!utf16_path) { in set_smb2_acl()
3255 rc = SMB2_open(xid, &oparms, utf16_path, &oplock, NULL, NULL, in set_smb2_acl()
3257 kfree(utf16_path); in set_smb2_acl()