Searched refs:RecordOffset (Results 1 – 6 of 6) sorted by relevance
/reactos/boot/freeldr/freeldr/lib/fs/ |
H A D | ntfs.c | 558 ULONG RecordOffset; in NtfsFindMftRecord() local 647 RecordOffset = 0; in NtfsFindMftRecord() 651 … TRACE("RecordOffset: %x IndexAllocationSize: %x\n", RecordOffset, IndexAllocationSize); in NtfsFindMftRecord() 652 for (; RecordOffset < IndexAllocationSize;) in NtfsFindMftRecord() 654 UCHAR Bit = 1 << ((RecordOffset / IndexBlockSize) & 7); in NtfsFindMftRecord() 655 ULONG Byte = (RecordOffset / IndexBlockSize) >> 3; in NtfsFindMftRecord() 658 RecordOffset += IndexBlockSize; in NtfsFindMftRecord() 661 if (RecordOffset >= IndexAllocationSize) in NtfsFindMftRecord() 666 … NtfsReadAttribute(Volume, IndexAllocationCtx, RecordOffset, IndexRecord, IndexBlockSize); in NtfsFindMftRecord() 693 RecordOffset += IndexBlockSize; in NtfsFindMftRecord()
|
/reactos/sdk/include/reactos/ |
H A D | undocelfapi.h | 100 IN ULONG RecordOffset, 111 IN ULONG RecordOffset,
|
/reactos/base/services/eventlog/ |
H A D | rpc.c | 533 ULONG RecordOffset, in ElfrReadELW() argument 557 RecordNumber = RecordOffset; in ElfrReadELW() 943 ULONG RecordOffset, in ElfrReadELA() argument 967 RecordNumber = RecordOffset; in ElfrReadELA()
|
/reactos/sdk/include/reactos/idl/ |
H A D | eventlogrpc.idl | 130 [in] ULONG RecordOffset, 207 [in] ULONG RecordOffset,
|
/reactos/dll/win32/advapi32/service/ |
H A D | eventlog.c | 1015 IN ULONG RecordOffset, in ElfReadEventLogA() argument 1045 RecordOffset, in ElfReadEventLogA() 1108 IN ULONG RecordOffset, in ElfReadEventLogW() argument 1138 RecordOffset, in ElfReadEventLogW()
|
/reactos/drivers/filesystems/ntfs/ |
H A D | mft.c | 1785 ULONG RecordOffset; in UpdateIndexEntryFileNameSize() local 1849 for (RecordOffset = 0; RecordOffset < IndexAllocationSize; RecordOffset += IndexBlockSize) in UpdateIndexEntryFileNameSize() 1851 ReadAttribute(Vcb, IndexAllocationCtx, RecordOffset, IndexRecord, IndexBlockSize); in UpdateIndexEntryFileNameSize() 1891 …Status = WriteAttribute(Vcb, IndexAllocationCtx, RecordOffset, (const PUCHAR)IndexRecord, IndexBlo… in UpdateIndexEntryFileNameSize()
|