Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/ntfs/
H A Dmft.c2269 ULONG LengthOfAttributes = 0; in NtfsAddFilenameToDirectory() local
2273 LengthOfAttributes += CurrentAttribute->Length; in NtfsAddFilenameToDirectory()
2278 MaxIndexRootSize -= LengthOfAttributes; in NtfsAddFilenameToDirectory()
2422 ULONG LengthOfAttributes = 0; in NtfsAddFilenameToDirectory() local
2426 LengthOfAttributes += CurrentAttribute->Length; in NtfsAddFilenameToDirectory()
2431 NewMaxIndexRootSize -= LengthOfAttributes; in NtfsAddFilenameToDirectory()
2479 ULONG LengthOfAttributes = 0; in NtfsAddFilenameToDirectory() local
2483 LengthOfAttributes += CurrentAttribute->Length; in NtfsAddFilenameToDirectory()
2488 NewMaxIndexRootSize -= LengthOfAttributes; in NtfsAddFilenameToDirectory()