Home
last modified time | relevance | path

Searched refs:FatReleaseGlobal (Results 1 – 7 of 7) sorted by relevance

/reactos/drivers/filesystems/fastfat/
H A Dpnp.c256 FatReleaseGlobal( IrpContext ); in _Requires_lock_held_()
293 FatReleaseGlobal( IrpContext ); in _Requires_lock_held_()
378 FatReleaseGlobal( IrpContext); in FatPnpQueryRemove()
508 FatReleaseGlobal( IrpContext ); in FatPnpQueryRemove()
654 FatReleaseGlobal( IrpContext ); in _Requires_lock_held_()
783 FatReleaseGlobal( IrpContext ); in _Requires_lock_held_()
847 FatReleaseGlobal( IrpContext); in _Requires_lock_held_()
H A Dshutdown.c296 FatReleaseGlobal( IrpContext ); in _Requires_lock_held_()
H A Dverfysup.c627 FatReleaseGlobal( &IrpContext ); in FatDeferredCleanVolume()
1944 FatReleaseGlobal( IrpContext ); in _Requires_lock_held_()
H A Dclose.c1245 FatReleaseGlobal( &IrpContext ); in _Requires_lock_held_()
H A Dfsctrl.c1807 FatReleaseGlobal( IrpContext ); in _Requires_lock_held_()
2499 FatReleaseGlobal( IrpContext ); in _Requires_lock_held_()
3847 FatReleaseGlobal( IrpContext );
4554 FatReleaseGlobal( &IrpContext );
8111 FatReleaseGlobal( IrpContext);
H A Dstrucsup.c329 FatReleaseGlobal( IrpContext ); in _Requires_lock_held_()
640 FatReleaseGlobal( IrpContext ); in _Requires_lock_held_()
H A Dfatprocs.h1637 #define FatReleaseGlobal(IRPCONTEXT) { \ macro