Home
last modified time | relevance | path

Searched refs:CdCleanupCompoundPathEntry (Results 1 – 3 of 3) sorted by relevance

/reactos/drivers/filesystems/cdfs/
H A Dcreate.c682 CdCleanupCompoundPathEntry( IrpContext, &CompoundPathEntry ); in _Requires_lock_held_()
819 CdCleanupCompoundPathEntry( IrpContext, &CompoundPathEntry ); in _Requires_lock_held_()
939 CdCleanupCompoundPathEntry( IrpContext, &CompoundPathEntry ); in _Requires_lock_held_()
1969 CdCleanupCompoundPathEntry( IrpContext, &CompoundPathEntry ); in CdOpenByFileId()
H A Dfileinfo.c1435 CdCleanupCompoundPathEntry( IrpContext, &CompoundPathEntry ); in _Requires_lock_held_()
H A Dcdprocs.h766 #define CdCleanupCompoundPathEntry(IC,CP) { \ macro