Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 804 of file largemcb.c.
{ BOOLEAN Result; DPRINT("FsRtlSplitLargeMcb %x, Vbn %x, Amount %x\n", Mcb, (ULONG)Vbn, (ULONG)Amount); KeAcquireGuardedMutex(Mcb->GuardedMutex); Result = FsRtlSplitBaseMcb(&(Mcb->BaseMcb), Vbn, Amount); KeReleaseGuardedMutex(Mcb->GuardedMutex); DPRINT("Done %d\n", Result); return Result; }