Skip to content

Latest commit

 

History

History
67 lines (53 loc) · 1.94 KB

nf-ntifs-_fsrtl_advanced_fcb_header-fsrtlbalancereads.md

File metadata and controls

67 lines (53 loc) · 1.94 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:ntifs.FsRtlBalanceReads
FsRtlBalanceReads function (ntifs.h)
The FsRtlBalanceReads routine signals to a fault-tolerant disk driver that it is now safe to start balancing reads from a mirrored drive.
ifsk\fsrtlbalancereads.htm
ifsk
04/16/2018
FsRtlBalanceReads function
FsRtlBalanceReads, FsRtlBalanceReads routine [Installable File System Drivers], fsrtlref_9785018d-4a2f-44e8-a533-85ab1878e855.xml, ifsk.fsrtlbalancereads, ntifs/FsRtlBalanceReads
ntifs.h
Ntifs.h
Universal
NtosKrnl.lib
NtosKrnl.exe
PASSIVE_LEVEL
Windows
FsRtlBalanceReads
ntifs/FsRtlBalanceReads
APIRef
kbSyntax
DllExport
NtosKrnl.exe
FsRtlBalanceReads

FsRtlBalanceReads function

-description

The FsRtlBalanceReads routine signals to a fault-tolerant disk driver that it is now safe to start balancing reads from a mirrored drive.

-parameters

-param TargetDevice [in]

A pointer to the device object from which the device starts the balanced read.

-returns

FsRtlBalanceReads returns STATUS_INVALID_DEVICE_REQUEST if the device is not a mirror.

-remarks

FsRtlBalanceReads signals to a fault-tolerant disk driver that it is safe to start balancing reads from a mirrored drive. A file system typically calls FsRtlBalanceReads for a newly mounted volume once it has determined that the volume is clean.

-see-also

CcIsThereDirtyData