// ntifs.h
BOOLEAN FsRtlRemoveBaseMcbEntry(
PBASE_MCB Mcb,
LONGLONG Vbn,
LONGLONG SectorCount
);
View the official Windows Driver Kit DDI referenceNo description available.
The FsRtlRemoveBaseMcbEntry function is the work routine for removing a large map control block (MCB) entry. It does so without taking out the mcb GuardedMutex.
McbSupplies the Mcb from which to remove the mapping.
VbnSupplies the starting virtual block number (VBN) of the mappings to remove.
SectorCountSupplies the size of the mappings to remove, in sectors.
This function returns TRUE if the MCB is removed.