Home
last modified time | relevance | path

Searched refs:EaListLength (Results 1 – 8 of 8) sorted by relevance

/reactos/drivers/filesystems/fastfat/
H A Dea.c323 DebugTrace( 0, Dbg, " ->EaListLength = %08lx\n", IrpSp->Parameters.QueryEa.EaListLength ); in FatCommonQueryEa()
396 UserEaListLength = IrpSp->Parameters.QueryEa.EaListLength; in FatCommonQueryEa()
/reactos/sdk/include/ndk/
H A Diofuncs.h381 _In_ ULONG EaListLength,
865 _In_ ULONG EaListLength,
/reactos/drivers/filesystems/ext2/src/
H A Dea.c155 UserEaListLength = IrpSp->Parameters.QueryEa.EaListLength; in Ext2QueryEa()
/reactos/sdk/include/xdk/
H A Dzwfuncs.h52 _In_reads_bytes_opt_(EaListLength) PVOID EaList,
53 _In_ ULONG EaListLength,
H A Diotypes.h3182 ULONG EaListLength; member
/reactos/sdk/include/ddk/
H A Dfltkernel.h159 ULONG EaListLength; member
2296 _In_reads_bytes_opt_(EaListLength) PVOID EaList,
2297 _In_ ULONG EaListLength,
/reactos/drivers/filesystems/nfs/
H A Dnfs41_driver.c250 ULONG EaListLength; member
1125 3 * sizeof(ULONG) + entry->u.QueryEa.EaListLength + 2 * sizeof(BOOLEAN); in marshal_nfs41_eaget()
1142 RtlCopyMemory(tmp, &entry->u.QueryEa.EaListLength, sizeof(ULONG)); in marshal_nfs41_eaget()
1144 if (entry->u.QueryEa.EaList && entry->u.QueryEa.EaListLength) in marshal_nfs41_eaget()
1146 entry->u.QueryEa.EaListLength); in marshal_nfs41_eaget()
1152 entry->u.QueryEa.EaIndex, entry->u.QueryEa.EaListLength, in marshal_nfs41_eaget()
5127 entry->u.QueryEa.EaListLength = query == NULL ? 0 :
/reactos/ntoskrnl/io/iomgr/
H A Diofunc.c2266 IN ULONG EaListLength, in NtQueryEaFile() argument