Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/fastfat/
H A Dwrite.c1873 ULONGLONG TargetAllocation; local
1952TargetAllocation = FcbOrDcb->Header.AllocationSize.LowPart + AddedAllocation;
1960 if (TargetAllocation > ~BytesPerCluster + 1) {
1962 TargetAllocation = ~BytesPerCluster + 1;
1963 … AddedAllocation = TargetAllocation - FcbOrDcb->Header.AllocationSize.LowPart;
1982 (ULONG)TargetAllocation );