Searched refs:SL_RETURN_SINGLE_ENTRY (Results 1 – 14 of 14) sorted by relevance
/reactos/drivers/filesystems/ext2/src/ |
H A D | debug.c | 452 … (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 D | ea.c | 158 ReturnSingleEntry = BooleanFlagOn(IrpSp->Flags, SL_RETURN_SINGLE_ENTRY); in Ext2QueryEa()
|
H A D | dirctl.c | 664 IoStackLocation)->Flags, SL_RETURN_SINGLE_ENTRY); in Ext2QueryDirectory()
|
/reactos/drivers/filesystems/fastfat/ |
H A D | dirctrl.c | 314 …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 D | ea.c | 326 …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 D | dirctrl.c | 805 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 D | fileinfo.c | 5609 if (IrpSp->Flags & SL_RETURN_SINGLE_ENTRY) 5678 if (ea->NextEntryOffset == 0 || IrpSp->Flags & SL_RETURN_SINGLE_ENTRY)
|
/reactos/drivers/filesystems/ntfs/ |
H A D | dirctl.c | 561 if (Stack->Flags & SL_RETURN_SINGLE_ENTRY) in NtfsQueryDirectory()
|
/reactos/drivers/filesystems/udfs/ |
H A D | dircntrl.cpp | 320 ReturnSingleEntry = (IrpSp->Flags & SL_RETURN_SINGLE_ENTRY) ? TRUE : FALSE; in UDFQueryDirectory()
|
/reactos/drivers/filesystems/cdfs/ |
H A D | dirctrl.c | 1344 if (FlagOn( IrpSp->Flags, SL_RETURN_SINGLE_ENTRY )) { in CdInitializeEnumeration()
|
/reactos/drivers/filesystems/vfatfs/ |
H A D | dir.c | 672 if (BooleanFlagOn(IrpContext->Stack->Flags, SL_RETURN_SINGLE_ENTRY)) in DoQuery()
|
/reactos/ntoskrnl/io/iomgr/ |
H A D | iofunc.c | 2240 if (ReturnSingleEntry) StackPtr->Flags |= SL_RETURN_SINGLE_ENTRY; in NtQueryDirectoryFile()
|
/reactos/sdk/include/xdk/ |
H A D | iotypes.h | 1836 #define SL_RETURN_SINGLE_ENTRY 0x02 macro
|
/reactos/sdk/lib/drivers/rdbsslib/ |
H A D | rdbss.c | 8107 RxContext->QueryDirectory.ReturnSingleEntry = BooleanFlagOn(Flags, SL_RETURN_SINGLE_ENTRY); in RxQueryDirectory()
|