Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/ntfs/
H A Dattrib.c1576 if (BooleanFlagOn(currentIndexExtry->Flags, NTFS_INDEX_ENTRY_NODE)) in NtfsDumpIndexRootAttribute()
1580 if (BooleanFlagOn(currentIndexExtry->Flags, NTFS_INDEX_ENTRY_END)) in NtfsDumpIndexRootAttribute()
1585 DbgPrint(" Index Entry Length: 0x%x\n", currentIndexExtry->Length); in NtfsDumpIndexRootAttribute()
1586 DbgPrint(" Index Key Length: 0x%x\n", currentIndexExtry->KeyLength); in NtfsDumpIndexRootAttribute()
1589 if (!(currentIndexExtry->Flags & NTFS_INDEX_ENTRY_END)) in NtfsDumpIndexRootAttribute()
1594 Name.Length = currentIndexExtry->FileName.NameLength * sizeof(WCHAR); in NtfsDumpIndexRootAttribute()
1596 Name.Buffer = currentIndexExtry->FileName.Name; in NtfsDumpIndexRootAttribute()
1601 if (currentIndexExtry->Flags & NTFS_INDEX_ENTRY_NODE) in NtfsDumpIndexRootAttribute()
1604 …PULONGLONG SubNodeVCN = (PULONGLONG)((ULONG_PTR)currentIndexExtry + currentIndexExtry->Length - si… in NtfsDumpIndexRootAttribute()
1608 CurrentOffset += currentIndexExtry->Length; in NtfsDumpIndexRootAttribute()
[all …]