Home
last modified time | relevance | path

Searched refs:EaLength (Results 1 – 25 of 48) sorted by relevance

12

/reactos/ntoskrnl/io/iomgr/
H A Dutil.c192 IN ULONG EaLength, in IoCheckEaBufferValidity() argument
206 if (EaLength < FIELD_OFFSET(FILE_FULL_EA_INFORMATION, EaName)) in IoCheckEaBufferValidity()
214 if (EaLength < ComputedLength) in IoCheckEaBufferValidity()
231 if ((LONG)(EaLength - ComputedLength) < 0) in IoCheckEaBufferValidity()
252 EaLength -= NextEntryOffset; in IoCheckEaBufferValidity()
254 if ((LONG)EaLength < 0) in IoCheckEaBufferValidity()
H A Dfile.c787 StackLoc->Parameters.Create.EaLength = OpenPacket->EaLength; in IopParseDevice()
2564 IN ULONG EaLength, in IopCreateFile() argument
2756 if ((EaBuffer) && (EaLength)) in IopCreateFile()
2765 OpenPacket->EaLength = EaLength; in IopCreateFile()
2814 if ((EaBuffer) && (EaLength)) in IopCreateFile()
2828 OpenPacket->EaLength = EaLength; in IopCreateFile()
3020 IN ULONG EaLength, in IoCreateFile() argument
3037 EaLength, in IoCreateFile()
3087 EaLength, in IoCreateFileSpecifyDeviceObjectHint()
3768 ULONG EaLength) in NtCreateFile() argument
[all …]
/reactos/drivers/filters/fltmgr/
H A DObject.c163 _In_reads_bytes_opt_(EaLength) PVOID EaBuffer, in _IRQL_requires_max_()
164 _In_ ULONG EaLength, in _IRQL_requires_max_()
186 _In_reads_bytes_opt_(EaLength)PVOID EaBuffer, in _IRQL_requires_max_()
187 _In_ ULONG EaLength, in _IRQL_requires_max_()
203 EaLength, in _IRQL_requires_max_()
/reactos/dll/np/nfs/
H A Doptions.c65 Buffer->NameLength + Buffer->EaPadding + Buffer->EaLength; in ConnectionBufferSize()
83 Buffer->EaLength = Connection->Options->Length; in MarshalConnectionInfo()
86 RtlCopyMemory(ptr, Connection->Options->Buffer, Buffer->EaLength); in MarshalConnectionInfo()
H A Doptions.h48 ULONG EaLength; /* length of EaBuffer */ member
/reactos/drivers/network/afd/afd/
H A Dtdi.c90 ULONG EaLength, in TdiOpenDevice() argument
189 ULONG EaLength; in TdiOpenAddressFile() local
196 EaLength = sizeof(FILE_FULL_EA_INFORMATION) + in TdiOpenAddressFile()
200 EaLength, in TdiOpenAddressFile()
205 RtlZeroMemory(EaInfo, EaLength); in TdiOpenAddressFile()
217 EaLength, in TdiOpenAddressFile()
298 ULONG EaLength; in TdiOpenConnectionEndpointFile() local
303 EaLength = sizeof(FILE_FULL_EA_INFORMATION) + in TdiOpenConnectionEndpointFile()
308 EaLength, in TdiOpenConnectionEndpointFile()
313 RtlZeroMemory(EaInfo, EaLength); in TdiOpenConnectionEndpointFile()
[all …]
/reactos/drivers/filesystems/vfatfs/
H A Dea.c21 ULONG EaLength) in VfatSetExtendedAttributes() argument
25 UNREFERENCED_PARAMETER(EaLength); in VfatSetExtendedAttributes()
/reactos/modules/rostests/tests/lantst/
H A Dlantest.cpp73 ULONG EaLength);
89 UINT EaLength = LAN_EA_INFO_SIZE(sizeof(TypesToListen)/sizeof(USHORT)); in main() local
105 EaBuffer = (PFILE_FULL_EA_INFORMATION)calloc( EaLength, 1 ); in main()
120 EaLength ); in main()
/reactos/dll/win32/kernel32/client/file/
H A Ddir.c203 ULONG EaLength = 0, StreamSize; in CreateDirectoryExW() local
431 for (EaLength = FileEaInfo.EaSize * 2; ; EaLength = EaLength * 2) in CreateDirectoryExW()
434 EaBuffer = RtlAllocateHeap(RtlGetProcessHeap(), 0, EaLength); in CreateDirectoryExW()
448 EaLength, in CreateDirectoryExW()
464 EaLength = IoStatusBlock.Information; in CreateDirectoryExW()
492 EaLength); in CreateDirectoryExW()
514 EaLength); in CreateDirectoryExW()
H A Dcreate.c76 ULONG EaLength = 0; in CreateFileW() local
247 EaLength = EaInformation.EaSize; in CreateFileW()
304 EaLength); in CreateFileW()
/reactos/modules/rosapps/applications/net/tditest/tditest/
H A Dtditest.c91 ULONG EaLength, in TdiOpenDevice() argument
131 EaLength); /* EA length */ in TdiOpenDevice()
191 ULONG EaLength; in TdiOpenTransport() local
194EaLength = sizeof(FILE_FULL_EA_INFORMATION) + TDI_TRANSPORT_ADDRESS_LENGTH + sizeof(TA_IP_ADDRESS)… in TdiOpenTransport()
195 EaInfo = (PFILE_FULL_EA_INFORMATION)ExAllocatePool(NonPagedPool, EaLength); in TdiOpenTransport()
203 RtlZeroMemory(EaInfo, EaLength); in TdiOpenTransport()
218 Status = TdiOpenDevice(Protocol, EaLength, EaInfo, Transport, TransportObject); in TdiOpenTransport()
/reactos/drivers/filesystems/fastfat/
H A Dcreate.c108 _In_ ULONG EaLength,
170 _In_ ULONG EaLength,
193 _In_ ULONG EaLength,
214 _In_ ULONG EaLength,
233 _In_ ULONG EaLength,
588 ULONG EaLength; in _Requires_lock_held_() local
705 EaLength = IrpSp->Parameters.Create.EaLength; in _Requires_lock_held_()
3191 _In_ ULONG EaLength, in _Requires_lock_held_()
4427 _In_ ULONG EaLength, in _Requires_lock_held_()
4903 _In_ ULONG EaLength, in _Requires_lock_held_()
[all …]
H A Deasup.c58 OUT PULONG EaLength in _Requires_lock_held_()
102 *EaLength = 0; in _Requires_lock_held_()
174 CopyUchar4( EaLength, EaSetHeader->cbList ); in _Requires_lock_held_()
176 *EaLength); in _Requires_lock_held_()
199 DebugTrace(-1, Dbg, "FatGetEaLength: Ea length -> %08lx\n", *EaLength); in _Requires_lock_held_()
/reactos/modules/rostests/kmtests/kmtest_drv/
H A Dstructs.c28 C_ASSERT(FIELD_OFFSET(IO_STACK_LOCATION, Parameters.Create.EaLength) == 16);
56 C_ASSERT(FIELD_OFFSET(IO_STACK_LOCATION, Parameters.Create.EaLength) == 32);
/reactos/modules/rostests/apitests/afd/
H A DAfdHelpers.c34 ULONG EaLength; in AfdCreateSocket() local
54EaLength = SizeOfPacket + FIELD_OFFSET(FILE_FULL_EA_INFORMATION, EaName) + EaName.Length + sizeof(… in AfdCreateSocket()
57 EaBuffer = RtlAllocateHeap(RtlGetProcessHeap(), HEAP_ZERO_MEMORY, EaLength); in AfdCreateSocket()
125 EaLength); in AfdCreateSocket()
/reactos/modules/rostests/drivers/ntoskrnl/
H A DIoEaTest.cpp30 IN ULONG EaLength, in IoCheckEaBufferValidityROS() argument
38 IntEaLength = EaLength; in IoCheckEaBufferValidityROS()
117 …oCheckEaBufferValidity) (IN PFILE_FULL_EA_INFORMATION EaBuffer,IN ULONG EaLength,OUT PULONG ErrorO…
/reactos/sdk/include/ndk/
H A Diofuncs.h116 _In_reads_bytes_opt_(EaLength) PVOID EaBuffer,
117 _In_ ULONG EaLength
656 _In_reads_bytes_opt_(EaLength) PVOID EaBuffer,
657 _In_ ULONG EaLength
/reactos/sdk/lib/drivers/wdf/shared/targets/general/
H A Dfxiotargetremote.cpp802 __in ULONG EaLength in Set() argument
808 EaBufferLength = EaLength; in Set()
/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/
H A Dfxiotargetremote.hpp135 __in ULONG EaLength
/reactos/sdk/include/psdk/
H A Dwinternl.h270 _In_reads_bytes_opt_(EaLength) PVOID EaBuffer,
271 _In_ ULONG EaLength);
/reactos/sdk/include/ddk/
H A Dfltkernel.h105 ULONG POINTER_ALIGNMENT EaLength; member
1240 _In_reads_bytes_opt_(EaLength)PVOID EaBuffer,
1241 _In_ ULONG EaLength,
2273 _In_reads_bytes_opt_(EaLength) PVOID EaBuffer,
2274 _In_ ULONG EaLength,
2333 _In_reads_bytes_opt_(EaLength) PVOID EaBuffer,
2334 _In_ ULONG EaLength,
H A Drxcontx.h192 ULONG EaLength; member
/reactos/drivers/filesystems/nfs/
H A Dnfs41_driver.c2091 IN ULONG EaLength, in GetConnectionHandle() argument
2104 print_error("Len %d Buf %p\n", EaLength, EaBuffer); in GetConnectionHandle()
2111 EaBuffer, EaLength); in GetConnectionHandle()
2128 ULONG EaLength, BufferLenExpected; in nfs41_GetConnectionInfoFromBuffer() local
2146 EaLength = *(PULONG)ptr; in nfs41_GetConnectionInfoFromBuffer()
2151 NameLength + EaPadding + EaLength; in nfs41_GetConnectionInfoFromBuffer()
2166 if (EaLength) in nfs41_GetConnectionInfoFromBuffer()
2170 *pEaLength = EaLength; in nfs41_GetConnectionInfoFromBuffer()
2201 &FileName, &EaBuffer, &EaLength); in nfs41_CreateConnection()
2849 IN ULONG EaLength, argument
[all …]
/reactos/sdk/include/xdk/
H A Dntifs.template.h150 _In_reads_bytes_opt_(EaLength) PVOID EaBuffer,
151 _In_ ULONG EaLength);
1270 ULONG EaLength; member
H A Diofuncs.h846 _In_ ULONG EaLength,
1628 _In_ ULONG EaLength,
2152 _In_ ULONG EaLength,
2465 _In_ ULONG EaLength,

12