Home
last modified time | relevance | path

Searched refs:SL_RETURN_SINGLE_ENTRY (Results 1 – 14 of 14) sorted by relevance

/reactos/drivers/filesystems/ext2/src/
H A Ddebug.c452 … (IoStackLocation->Flags & SL_RETURN_SINGLE_ENTRY ? "SL_RETURN_SINGLE_ENTRY " : ""), in Ext2DbgPrintCall()
467 … (IoStackLocation->Flags & SL_RETURN_SINGLE_ENTRY ? "SL_RETURN_SINGLE_ENTRY " : ""), in Ext2DbgPrintCall()
477 … (IoStackLocation->Flags & SL_RETURN_SINGLE_ENTRY ? "SL_RETURN_SINGLE_ENTRY " : ""), in Ext2DbgPrintCall()
486 … (IoStackLocation->Flags & SL_RETURN_SINGLE_ENTRY ? "SL_RETURN_SINGLE_ENTRY " : ""), in Ext2DbgPrintCall()
H A Dea.c158 ReturnSingleEntry = BooleanFlagOn(IrpSp->Flags, SL_RETURN_SINGLE_ENTRY); in Ext2QueryEa()
H A Ddirctl.c664 IoStackLocation)->Flags, SL_RETURN_SINGLE_ENTRY); in Ext2QueryDirectory()
/reactos/drivers/filesystems/fastfat/
H A Ddirctrl.c314 …race( 0, Dbg, " ->ReturnSingleEntry = %08lx\n", FlagOn( IrpSp->Flags, SL_RETURN_SINGLE_ENTRY )); in _Requires_lock_held_()
329 ReturnSingleEntry = BooleanFlagOn(IrpSp->Flags, SL_RETURN_SINGLE_ENTRY); in _Requires_lock_held_()
H A Dea.c326 …ebugTrace( 0, Dbg, " ->ReturnSingleEntry = %08lx\n", FlagOn(IrpSp->Flags, SL_RETURN_SINGLE_ENTRY)); in FatCommonQueryEa()
399 ReturnSingleEntry = BooleanFlagOn(IrpSp->Flags, SL_RETURN_SINGLE_ENTRY); in FatCommonQueryEa()
/reactos/drivers/filesystems/btrfs/
H A Ddirctrl.c805 if (flags & SL_RETURN_SINGLE_ENTRY) { in query_directory()
807 flags &= ~SL_RETURN_SINGLE_ENTRY; in query_directory()
1002 if (NT_SUCCESS(Status) && !(IrpSp->Flags & SL_RETURN_SINGLE_ENTRY) && !specific_file) { in query_directory()
H A Dfileinfo.c5609 if (IrpSp->Flags & SL_RETURN_SINGLE_ENTRY)
5678 if (ea->NextEntryOffset == 0 || IrpSp->Flags & SL_RETURN_SINGLE_ENTRY)
/reactos/drivers/filesystems/ntfs/
H A Ddirctl.c561 if (Stack->Flags & SL_RETURN_SINGLE_ENTRY) in NtfsQueryDirectory()
/reactos/drivers/filesystems/udfs/
H A Ddircntrl.cpp320 ReturnSingleEntry = (IrpSp->Flags & SL_RETURN_SINGLE_ENTRY) ? TRUE : FALSE; in UDFQueryDirectory()
/reactos/drivers/filesystems/cdfs/
H A Ddirctrl.c1344 if (FlagOn( IrpSp->Flags, SL_RETURN_SINGLE_ENTRY )) { in CdInitializeEnumeration()
/reactos/drivers/filesystems/vfatfs/
H A Ddir.c672 if (BooleanFlagOn(IrpContext->Stack->Flags, SL_RETURN_SINGLE_ENTRY)) in DoQuery()
/reactos/ntoskrnl/io/iomgr/
H A Diofunc.c2240 if (ReturnSingleEntry) StackPtr->Flags |= SL_RETURN_SINGLE_ENTRY; in NtQueryDirectoryFile()
/reactos/sdk/include/xdk/
H A Diotypes.h1836 #define SL_RETURN_SINGLE_ENTRY 0x02 macro
/reactos/sdk/lib/drivers/rdbsslib/
H A Drdbss.c8107 RxContext->QueryDirectory.ReturnSingleEntry = BooleanFlagOn(Flags, SL_RETURN_SINGLE_ENTRY); in RxQueryDirectory()