Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/cdfs/
H A Dworkque.c154 if ((IrpContext->TeardownFcb != NULL) && in _Requires_lock_held_()
155 *(IrpContext->TeardownFcb) != NULL) { in _Requires_lock_held_()
157 CdTeardownStructures( IrpContext, *(IrpContext->TeardownFcb), &RemovedFcb ); in _Requires_lock_held_()
162 CdReleaseFcb( IrpContext, *(IrpContext->TeardownFcb) ); in _Requires_lock_held_()
165 *(IrpContext->TeardownFcb) = NULL; in _Requires_lock_held_()
166 IrpContext->TeardownFcb = NULL; in _Requires_lock_held_()
284 if (IrpContext->TeardownFcb != NULL) { in _Requires_lock_held_()
286 CdTeardownStructures( IrpContext, *(IrpContext->TeardownFcb), &RemovedFcb ); in _Requires_lock_held_()
291 CdReleaseFcb( IrpContext, *(IrpContext->TeardownFcb) ); in _Requires_lock_held_()
294 *(IrpContext->TeardownFcb) = NULL; in _Requires_lock_held_()
[all …]
H A Dcdstruc.h1181 PFCB *TeardownFcb; member
H A Dcreate.c2802 IrpContext->TeardownFcb = CurrentFcb; in _Requires_lock_held_()
2856 IrpContext->TeardownFcb = NULL; in _Requires_lock_held_()
H A Dfieldoff.c200 doit( IRP_CONTEXT, TeardownFcb );