Searched refs:EaInformation (Results 1 – 12 of 12) sorted by relevance
/reactos/dll/win32/kernel32/client/file/ |
H A D | create.c | 204 FILE_EA_INFORMATION EaInformation; in CreateFileW() local 212 &EaInformation, in CreateFileW() 215 if (NT_SUCCESS(Status) && (EaInformation.EaSize != 0)) in CreateFileW() 220 EaInformation.EaSize); in CreateFileW() 236 EaInformation.EaSize, in CreateFileW() 247 EaLength = EaInformation.EaSize; in CreateFileW()
|
/reactos/modules/rostests/kmtests/npfs/ |
H A D | NpfsFileInfo.c | 49 ok_eq_ulong(FileAllInfo.EaInformation.EaSize, 0); in TestFileInfo() 79 ok_eq_ulong(FileAllInfo.EaInformation.EaSize, 0); in TestFileInfo() 109 ok_eq_ulong(FileAllInfo.EaInformation.EaSize, 0); in TestFileInfo()
|
/reactos/drivers/filesystems/npfs/ |
H A D | fileinfo.c | 441 NpQueryEaInfo(Ccb, &AllInfo->EaInformation, &Length); in NpCommonQueryInformation()
|
/reactos/drivers/filesystems/cdfs/ |
H A D | fileinfo.c | 245 CdQueryEaInfo( IrpContext, Fcb, &Buffer->EaInformation, &Length ); in _Requires_lock_held_()
|
/reactos/drivers/filesystems/vfatfs/ |
H A D | finfo.c | 1169 Status = VfatGetEaInformation(FileObject, Fcb, DeviceExt, &Info->EaInformation, BufferLength); in VfatGetAllInformation()
|
/reactos/sdk/include/xdk/ |
H A D | ntifs.template.h | 1464 FILE_EA_INFORMATION EaInformation; member
|
H A D | iotypes.h | 5836 FILE_EA_INFORMATION EaInformation; member
|
/reactos/drivers/filesystems/ext2/src/ |
H A D | fileinfo.c | 322 &FileAllInformation->EaInformation; in Ext2QueryFileInformation()
|
/reactos/drivers/filesystems/udfs/ |
H A D | fileinfo.cpp | 294 …NT_SUCCESS(RC = UDFGetEaInformation(PtrIrpContext, Fcb, &(PtrAllInfo->EaInformation), &BufferLengt… in UDFCommonFileInfo()
|
/reactos/drivers/filesystems/fastfat/ |
H A D | fileinfo.c | 550 FatQueryEaInfo( IrpContext, Fcb, &AllInfo->EaInformation, &Length ); in _Requires_lock_held_()
|
/reactos/sdk/include/reactos/wine/ |
H A D | winternl.h | 799 FILE_EA_INFORMATION EaInformation; member
|
/reactos/drivers/filesystems/btrfs/ |
H A D | fileinfo.c | 5098 fill_in_file_ea_information(&fai->EaInformation, fcb, &length);
|