Searched refs:EaListLength (Results 1 – 8 of 8) sorted by relevance
/reactos/drivers/filesystems/fastfat/ |
H A D | ea.c | 323 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 D | iofuncs.h | 381 _In_ ULONG EaListLength, 865 _In_ ULONG EaListLength,
|
/reactos/drivers/filesystems/ext2/src/ |
H A D | ea.c | 155 UserEaListLength = IrpSp->Parameters.QueryEa.EaListLength; in Ext2QueryEa()
|
/reactos/sdk/include/xdk/ |
H A D | zwfuncs.h | 52 _In_reads_bytes_opt_(EaListLength) PVOID EaList, 53 _In_ ULONG EaListLength,
|
H A D | iotypes.h | 3182 ULONG EaListLength; member
|
/reactos/sdk/include/ddk/ |
H A D | fltkernel.h | 159 ULONG EaListLength; member 2296 _In_reads_bytes_opt_(EaListLength) PVOID EaList, 2297 _In_ ULONG EaListLength,
|
/reactos/drivers/filesystems/nfs/ |
H A D | nfs41_driver.c | 250 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 D | iofunc.c | 2266 IN ULONG EaListLength, in NtQueryEaFile() argument
|