/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* See the License for the specific language governing permissions
* and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* file and include the License file at usr/src/OPENSOLARIS.LICENSE.
* If applicable, add the following below this CDDL HEADER, with the
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
/*
* Copyright 2013 Nexenta Systems, Inc. All rights reserved.
*/
#include <smbsrv/smb_kproto.h>
/*
* Create a new file, or truncate an existing file to zero length,
* open the file and return a fid. The file is specified using a
* fully qualified name relative to the tree.
*/
{
int rc;
if (rc == 0)
struct open_param *, op);
}
void
{
}
{
return (SDRC_ERROR);
return (SDRC_ERROR);
return (SDRC_SUCCESS);
}
/*
* Create a new file and return a fid. The file is specified using
* a fully qualified name relative to the tree.
*/
{
int rc;
if (rc == 0)
struct open_param *, op);
}
void
{
}
{
return (SDRC_ERROR);
return (SDRC_ERROR);
return (SDRC_SUCCESS);
}
/*
* Create a unique file in the specified directory relative to the
* current tree. No attributes are specified.
*/
{
int rc;
if (rc == 0)
struct open_param *, op);
}
void
{
}
{
char *buf;
++tmp_id;
return (SDRC_ERROR);
return (SDRC_ERROR);
return (SDRC_SUCCESS);
}
/*
* Common create file function. The file is opened in compatibility
*/
{
else
} else {
}
}
if (status)
return (status);
}