ReactOS 0.4.15-dev-7942-gd23573b
ea.c
Go to the documentation of this file.
1/*
2 * PROJECT: VFAT Filesystem
3 * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4 * PURPOSE: Extended attributes handlers
5 * COPYRIGHT: Copyright 1998 Jason Filby <jasonfilby@yahoo.com>
6 */
7
8/* INCLUDES *****************************************************************/
9
10#include "vfat.h"
11
12#define NDEBUG
13#include <debug.h>
14
15/* FUNCTIONS *****************************************************************/
16
20 PVOID Ea,
22{
26
28}
LONG NTSTATUS
Definition: precomp.h:26
NTSTATUS VfatSetExtendedAttributes(PFILE_OBJECT FileObject, PVOID Ea, ULONG EaLength)
Definition: ea.c:18
IN PVCB IN PDIRENT OUT PULONG EaLength
Definition: fatprocs.h:878
#define UNREFERENCED_PARAMETER(P)
Definition: ntbasedef.h:317
#define STATUS_EAS_NOT_SUPPORTED
Definition: ntstatus.h:315
uint32_t ULONG
Definition: typedefs.h:59
_In_ WDFREQUEST _In_ WDFFILEOBJECT FileObject
Definition: wdfdevice.h:550
* PFILE_OBJECT
Definition: iotypes.h:1998