/reactos/sdk/include/ddk/ |
H A D | fltuserstructures.h | 94 ULONG NextEntryOffset; member 102 ULONG NextEntryOffset; member 133 ULONG NextEntryOffset; member 156 ULONG NextEntryOffset; member 165 ULONG NextEntryOffset; member 203 ULONG NextEntryOffset; 211 ULONG NextEntryOffset; 221 ULONG NextEntryOffset;
|
/reactos/modules/rostests/drivers/ntoskrnl/ |
H A D | IoEaTest.cpp | 10 ULONG NextEntryOffset; member 54 if (EaBufferEnd->NextEntryOffset == 0) in IoCheckEaBufferValidityROS() 71 … if ((EaBufferEnd->NextEntryOffset == NextEaBufferOffset) && (EaBufferEnd->NextEntryOffset>0)) in IoCheckEaBufferValidityROS() 365 WinEaBuffer->NextEntryOffset = i; in _tmain() 376 ROSEaBuffer->NextEntryOffset = i; in _tmain() 379 printf("%i-",ROSEaBuffer->NextEntryOffset); in _tmain() 399 WinEaBuffer->NextEntryOffset = i; in _tmain() 410 ROSEaBuffer->NextEntryOffset = i; in _tmain() 413 printf("%i-",ROSEaBuffer->NextEntryOffset); in _tmain() 433 WinEaBuffer->NextEntryOffset = i; in _tmain() [all …]
|
/reactos/ntoskrnl/io/iomgr/ |
H A D | util.c | 195 ULONG NextEntryOffset; in IoCheckEaBufferValidity() local 203 …(Current = EaBuffer; ; Current = (PFILE_FULL_EA_INFORMATION)((ULONG_PTR)Current + NextEntryOffset)) in IoCheckEaBufferValidity() 226 NextEntryOffset = Current->NextEntryOffset; in IoCheckEaBufferValidity() 228 if (NextEntryOffset == 0) in IoCheckEaBufferValidity() 240 if (ALIGN_UP_BY(ComputedLength, sizeof(ULONG)) != NextEntryOffset) in IoCheckEaBufferValidity() 246 if ((LONG)NextEntryOffset < 0) in IoCheckEaBufferValidity() 252 EaLength -= NextEntryOffset; in IoCheckEaBufferValidity()
|
/reactos/base/services/nfsd/ |
H A D | from_kernel.h | 118 ULONG NextEntryOffset; member 125 ULONG NextEntryOffset; member 139 ULONG NextEntryOffset; member 156 ULONG NextEntryOffset; member 171 ULONG NextEntryOffset; member 194 ULONG NextEntryOffset; member 202 ULONG NextEntryOffset; member
|
H A D | ea.c | 114 #define NEXT_ENTRY(ea) ((PBYTE)(ea) + (ea)->NextEntryOffset) 134 if (ea->NextEntryOffset == 0) in nfs41_ea_set() 355 ea->NextEntryOffset = 0; in populate_ea_list() 360 ea->NextEntryOffset = ALIGNED_EASIZE(ea->EaNameLength); in populate_ea_list() 517 prev->NextEntryOffset = 0; in overflow_error() 575 if (query->NextEntryOffset == 0) { in handle_getexattr() 635 if (query->NextEntryOffset == 0 || args->single) in handle_getexattr() 639 ea->NextEntryOffset = needed; in handle_getexattr() 644 ea->NextEntryOffset = 0; in handle_getexattr()
|
H A D | readdir.c | 33 ULONG NextEntryOffset; member 305 info->NextEntryOffset = align8(needed); in readdir_copy_entry() 306 *dst_pos += info->NextEntryOffset; in readdir_copy_entry() 307 *dst_len -= info->NextEntryOffset; in readdir_copy_entry()
|
/reactos/modules/rostests/winetests/ntdll/ |
H A D | directory.c | 221 if (dir_info->NextEntryOffset == 0) { in test_flags_NtQueryDirectoryFile() 233 data_pos += dir_info->NextEntryOffset; in test_flags_NtQueryDirectoryFile() 312 if (info->NextEntryOffset == 0) in test_directory_sort() 323 else data_pos += info->NextEntryOffset; in test_directory_sort() 564 ok( fbdi->NextEntryOffset == 0, "wrong offset %x\n", fbdi->NextEntryOffset ); in test_NtQueryDirectoryFile() 604 "wrong offset %x\n", fbdi->NextEntryOffset ); in test_NtQueryDirectoryFile() 626 ok( fbdi->NextEntryOffset == 0, "wrong offset %x\n", fbdi->NextEntryOffset ); in test_NtQueryDirectoryFile() 631 ok( next->NextEntryOffset == 0x55555555, "wrong offset %x\n", next->NextEntryOffset ); in test_NtQueryDirectoryFile() 643 ok( fbdi->NextEntryOffset == 0, "wrong offset %x\n", fbdi->NextEntryOffset ); in test_NtQueryDirectoryFile() 661 ok( next->NextEntryOffset == 0, "wrong offset %x\n", next->NextEntryOffset ); in test_NtQueryDirectoryFile() [all …]
|
H A D | change.c | 121 ok( pfni->NextEntryOffset == 0, "offset wrong\n" ); in test_ntncdf() 229 ok( pfni->NextEntryOffset == 0, "offset wrong\n" ); in test_ntncdf_async() 246 ok( pfni->NextEntryOffset == 0, "offset wrong\n" ); in test_ntncdf_async()
|
/reactos/drivers/filesystems/ext2/src/ |
H A D | ea.c | 65 pEaIterator->FullEa->NextEntryOffset = 0; in Ext2IterateAllEa() 78 pEaIterator->LastFullEa->NextEntryOffset = (ULONG) in Ext2IterateAllEa() 194 GetEa = (GetEa->NextEntryOffset == 0 in Ext2QueryEa() 197 + GetEa->NextEntryOffset))) { in Ext2QueryEa() 202 BOOL is_last = !GetEa->NextEntryOffset; in Ext2QueryEa() 237 FullEa->NextEntryOffset = 0; in Ext2QueryEa() 265 LastFullEa->NextEntryOffset = (ULONG)((PCHAR)FullEa - in Ext2QueryEa() 525 FullEa = (PFILE_FULL_EA_INFORMATION)(FullEa->NextEntryOffset == 0 ? in Ext2SetEa() 527 (PCHAR)FullEa + FullEa->NextEntryOffset)) { in Ext2SetEa() 545 FullEa = (PFILE_FULL_EA_INFORMATION)(FullEa->NextEntryOffset == 0 ? in Ext2SetEa() [all …]
|
/reactos/drivers/filesystems/ntfs/ |
H A D | dirctl.c | 103 Info->NextEntryOffset = 0; in NtfsGetNamesInformation() 112 Info->NextEntryOffset = ULONG_ROUND_UP(sizeof(FILE_NAMES_INFORMATION) + in NtfsGetNamesInformation() 164 Info->NextEntryOffset = 0; in NtfsGetDirectoryInformation() 173 Info->NextEntryOffset = ULONG_ROUND_UP(sizeof(FILE_DIRECTORY_INFORMATION) + in NtfsGetDirectoryInformation() 237 Info->NextEntryOffset = 0; in NtfsGetFullDirectoryInformation() 246 Info->NextEntryOffset = ULONG_ROUND_UP(sizeof(FILE_FULL_DIR_INFORMATION) + in NtfsGetFullDirectoryInformation() 312 Info->NextEntryOffset = 0; in NtfsGetBothDirectoryInformation() 321 Info->NextEntryOffset = ULONG_ROUND_UP(sizeof(FILE_BOTH_DIR_INFORMATION) + in NtfsGetBothDirectoryInformation() 557 BufferLength -= Buffer0->NextEntryOffset; in NtfsQueryDirectory() 566 Buffer += Buffer0->NextEntryOffset; in NtfsQueryDirectory() [all …]
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | change.c | 480 ok( pfni->NextEntryOffset == 0, "offset wrong\n" ); in test_readdirectorychanges() 529 ok( pfni->NextEntryOffset == 0, "offset wrong\n" ); in test_readdirectorychanges() 578 if (!pfni->NextEntryOffset) break; in test_readdirectorychanges() 605 if (pfni->Action == FILE_ACTION_MODIFIED && pfni->NextEntryOffset) in test_readdirectorychanges() 611 ok( pfni->NextEntryOffset == 0, "offset wrong %u\n", pfni->NextEntryOffset ); in test_readdirectorychanges() 718 ok( pfni->NextEntryOffset == 0, "offset wrong\n" ); in test_readdirectorychanges_null() 794 ok( pfni->NextEntryOffset == 0, "offset wrong\n" ); in test_readdirectorychanges_filedir() 962 ok(fni->NextEntryOffset != 0, "no next entry in movement event\n"); in test_readdirectorychanges_cr() 963 fni_next = (FILE_NOTIFY_INFORMATION*)((char*)fni+fni->NextEntryOffset); in test_readdirectorychanges_cr() 975 if (fni->NextEntryOffset == 0) in test_readdirectorychanges_cr() [all …]
|
/reactos/drivers/filesystems/vfatfs/ |
H A D | dir.c | 111 pInfo->NextEntryOffset = 0; in VfatGetFileNamesInformation() 122 pInfo->NextEntryOffset = ULONG_ROUND_UP(sizeof(FILE_NAMES_INFORMATION) + in VfatGetFileNamesInformation() 157 pInfo->NextEntryOffset = 0; in VfatGetFileDirectoryInformation() 168 pInfo->NextEntryOffset = ULONG_ROUND_UP(sizeof(FILE_DIRECTORY_INFORMATION) + in VfatGetFileDirectoryInformation() 275 pInfo->NextEntryOffset = 0; in VfatGetFileFullDirectoryInformation() 286 pInfo->NextEntryOffset = ULONG_ROUND_UP(sizeof(FILE_FULL_DIR_INFORMATION) + in VfatGetFileFullDirectoryInformation() 370 pInfo->NextEntryOffset = 0; in VfatGetFileBothInformation() 381 pInfo->NextEntryOffset = ULONG_ROUND_UP(sizeof(FILE_BOTH_DIR_INFORMATION) + in VfatGetFileBothInformation() 670 BufferLength -= Buffer0->NextEntryOffset; in DoQuery() 675 Buffer += Buffer0->NextEntryOffset; in DoQuery() [all …]
|
/reactos/drivers/filesystems/fastfat/ |
H A D | ea.c | 1025 FullEa = (PFILE_FULL_EA_INFORMATION) (FullEa->NextEntryOffset == 0 ? in FatCommonSetEa() 1027 (PUCHAR) FullEa + FullEa->NextEntryOffset)) { in FatCommonSetEa() 1392 GetEa = (GetEa->NextEntryOffset == 0 1395 + GetEa->NextEntryOffset))) { 1468 NextFullEa->NextEntryOffset = 0; 1522 NextFullEa->NextEntryOffset = 0; 1533 LastFullEa->NextEntryOffset = (ULONG)((PUCHAR) NextFullEa 1852 NextFullEa->NextEntryOffset = 0; 1856 LastFullEa->NextEntryOffset = (ULONG)((PUCHAR) NextFullEa 2011 && ThisGetEa->NextEntryOffset != 0; [all …]
|
/reactos/modules/rosapps/applications/sysutils/tlist/ |
H A D | tlist.c | 127 pInfo = (PSYSTEM_PROCESS_INFORMATION)((PBYTE)pInfo + pInfo->NextEntryOffset); in ProcessHasDescendants() 129 } while (0 != pInfo->NextEntryOffset); in ProcessHasDescendants() 205 pInfo = (PSYSTEM_PROCESS_INFORMATION)((PBYTE)pInfo + pInfo->NextEntryOffset); in PrintProcessAndDescendants() 207 } while (0 != pInfo->NextEntryOffset); in PrintProcessAndDescendants()
|
/reactos/boot/environ/lib/misc/ |
H A D | bcdopt.c | 44 NextOption = Option->NextEntryOffset; in MiscGetBootOption() 96 NextOffset = NextOption->NextEntryOffset; in BlGetBootOptionListSize() 775 CurrentOffset = NextOption->NextEntryOffset; in BlAppendBootOptions() 781 NextOption->NextEntryOffset += CurrentSize; in BlAppendBootOptions() 782 NextOption = (PBL_BCD_OPTION)((ULONG_PTR)NewOptions + NextOption->NextEntryOffset); in BlAppendBootOptions() 783 } while (NextOption->NextEntryOffset); in BlAppendBootOptions()
|
/reactos/dll/win32/psapi/ |
H A D | psapi.c | 497 if (ProcInfo->NextEntryOffset == 0) in EnumProcesses() 502 … ProcInfo = (PSYSTEM_PROCESS_INFORMATION)((ULONG_PTR)ProcInfo + ProcInfo->NextEntryOffset); in EnumProcesses() 1373 if (PageFileInfo->NextEntryOffset == 0 || PageFileInfo->NextEntryOffset > Needed) in EnumPageFilesW() 1379 Needed -= PageFileInfo->NextEntryOffset; in EnumPageFilesW() 1380 …FileInfo = (PSYSTEM_PAGEFILE_INFORMATION)((ULONG_PTR)PageFileInfo + PageFileInfo->NextEntryOffset); in EnumPageFilesW() 1501 if (SystemProcInfo->NextEntryOffset == 0 || SystemProcInfo->NextEntryOffset > Needed) in GetPerformanceInfo() 1507 Needed -= SystemProcInfo->NextEntryOffset; in GetPerformanceInfo() 1508 …cInfo = (PSYSTEM_PROCESS_INFORMATION)((ULONG_PTR)SystemProcInfo + SystemProcInfo->NextEntryOffset); in GetPerformanceInfo()
|
/reactos/modules/rosapps/applications/sysutils/utils/ps/ |
H A D | ps.c | 46 ULONG NextEntryOffset; member 211 while (CurrentProcess->NextEntryOffset != 0) in main() 277 (ULONG_PTR)CurrentProcess->NextEntryOffset); in main()
|
/reactos/drivers/sac/driver/ |
H A D | concmd.c | 194 if (!PageFileInfo->NextEntryOffset) break; in GetTListInfo() 198 PageFileInfo->NextEntryOffset); in GetTListInfo() 297 if (!ProcessInfo->NextEntryOffset) break; in GetTListInfo() 301 ProcessInfo->NextEntryOffset); in GetTListInfo()
|
/reactos/drivers/filesystems/btrfs/ |
H A D | dirctrl.c | 28 ULONG NextEntryOffset; member 45 ULONG NextEntryOffset; member 171 if (eainfo->NextEntryOffset == 0) in get_ea_len() 336 fbdi->NextEntryOffset = 0; in query_dir_item() 376 fdi->NextEntryOffset = 0; in query_dir_item() 414 ffdi->NextEntryOffset = 0; in query_dir_item() 453 fibdi->NextEntryOffset = 0; in query_dir_item() 494 fifdi->NextEntryOffset = 0; in query_dir_item() 539 fiedi->NextEntryOffset = 0; in query_dir_item() 582 fiebdi->NextEntryOffset = 0; in query_dir_item() [all …]
|
H A D | fileinfo.c | 108 ULONG NextEntryOffset; member 4460 entry->NextEntryOffset = 0; 4481 entry->NextEntryOffset = 0; 4574 feli->NextEntryOffset = 0; 4743 flefii->NextEntryOffset = 0; 5558 if (in->NextEntryOffset == 0) 5601 out->NextEntryOffset = 0; 5667 out->NextEntryOffset = 0; 5873 if (ea->NextEntryOffset == 0) 5999 ea->NextEntryOffset += 4 - (ea->NextEntryOffset % 4); [all …]
|
/reactos/sdk/lib/epsapi/enum/ |
H A D | processes.c | 246 if(CurrentProcess->NextEntryOffset == 0) in PsaWalkNextProcess() 252 … return (PSYSTEM_PROCESS_INFORMATION)((ULONG_PTR)CurrentProcess + CurrentProcess->NextEntryOffset); in PsaWalkNextProcess()
|
/reactos/sdk/include/ndk/ |
H A D | iotypes.h | 596 ULONG NextEntryOffset; member 646 ULONG NextEntryOffset; member 655 ULONG NextEntryOffset; member 719 ULONG NextEntryOffset; member 735 ULONG NextEntryOffset; member 793 ULONG NextEntryOffset; member
|
/reactos/base/applications/cmdutils/tasklist/ |
H A D | tasklist.c | 232 if (pSPI->NextEntryOffset == 0) in EnumProcessAndPrint() 234 pSPI = (PSYSTEM_PROCESS_INFORMATION)((LPBYTE)pSPI + pSPI->NextEntryOffset); in EnumProcessAndPrint()
|
/reactos/dll/win32/kernel32/client/file/ |
H A D | find.c | 441 if (DirInfo.FullDirInfo->NextEntryOffset != 0) in FindNextFileW() 447 (PVOID)((ULONG_PTR)DirInfo.DirInfo + DirInfo.FullDirInfo->NextEntryOffset); in FindNextFileW() 902 ASSERT(DirInfo.FullDirInfo->NextEntryOffset == 0); in FindFirstFileExW() 1133 if (FindStreamData->CurrentInfo->NextEntryOffset != 0) in FindNextStreamW() 1136 … FindStreamData->CurrentInfo->NextEntryOffset); in FindNextStreamW()
|
/reactos/dll/win32/shell32/shelldesktop/ |
H A D | CDirectoryWatcher.cpp | 225 if (pInfo->NextEntryOffset == 0) in ProcessNotification() 229 pInfo = (PFILE_NOTIFY_INFORMATION)((LPBYTE)pInfo + pInfo->NextEntryOffset); in ProcessNotification()
|