Searched refs:SourceVbo (Results 1 – 2 of 2) sorted by relevance
/reactos/drivers/filesystems/fastfat/ |
H A D | allocsup.c | 3220 VBO SourceVbo; in _Requires_lock_held_() local 3277 SourceVbo = SplitAtVbo; in _Requires_lock_held_() 3284 FatRemoveMcbEntry( Vcb, Mcb, SourceVbo, ByteCount ); in _Requires_lock_held_() 3287 SourceVbo += ByteCount; in _Requires_lock_held_() 3294 if (SourceVbo == 0) { in _Requires_lock_held_() 3325 SourceVbo = 0; in _Requires_lock_held_() 3331 FatRemoveMcbEntry( Vcb, RemainingMcb, SourceVbo, ByteCount ); in _Requires_lock_held_() 3334 SourceVbo += ByteCount; in _Requires_lock_held_() 3399 VBO SourceVbo; in _Requires_lock_held_() local 3421 SourceVbo = 0; in _Requires_lock_held_() [all …]
|
H A D | fsctrl.c | 6875 VBO SourceVbo; local 6902 &SourceVbo, 6921 &SourceVbo, 6927 SourceVbo = FileOffset; 6973 &SourceVbo, 6979 NT_ASSERT( SourceVbo == SourceMcbVbo + FileOffset ); 7007 &SourceVbo,
|