/reactos/drivers/filesystems/msfs/ |
H A D | finfo.c | 88 FileInformationClass = IoStack->Parameters.QueryFile.FileInformationClass; in MsfsQueryInformation() 109 BufferLength = IoStack->Parameters.QueryFile.Length; in MsfsQueryInformation() 126 IoStack->Parameters.QueryFile.Length - BufferLength; in MsfsQueryInformation() 151 FileInformationClass = IoStack->Parameters.QueryFile.FileInformationClass; in MsfsSetInformation() 172 BufferLength = IoStack->Parameters.QueryFile.Length; in MsfsSetInformation()
|
/reactos/drivers/serial/serial/ |
H A D | info.c | 27 BufferLength = Stack->Parameters.QueryFile.Length; in SerialQueryInformation() 29 switch (Stack->Parameters.QueryFile.FileInformationClass) in SerialQueryInformation() 73 …RMATION: Unexpected file information class 0x%02x\n", Stack->Parameters.QueryFile.FileInformationC… in SerialQueryInformation()
|
/reactos/drivers/filesystems/ntfs/ |
H A D | finfo.c | 437 FileInformationClass = Stack->Parameters.QueryFile.FileInformationClass; in NtfsQueryInformation() 442 BufferLength = Stack->Parameters.QueryFile.Length; in NtfsQueryInformation() 516 Stack->Parameters.QueryFile.Length - BufferLength; in NtfsQueryInformation() 738 FileInformationClass = Stack->Parameters.QueryFile.FileInformationClass; in NtfsSetInformation() 743 BufferLength = Stack->Parameters.QueryFile.Length; in NtfsSetInformation() 780 Stack->Parameters.QueryFile.Length - BufferLength; in NtfsSetInformation()
|
/reactos/drivers/filesystems/npfs/ |
H A D | fileinfo.c | 102 InfoClass = IoStack->Parameters.QueryFile.FileInformationClass; in NpCommonSetInformation() 393 Length = IoStack->Parameters.QueryFile.Length; in NpCommonQueryInformation() 394 InfoClass = IoStack->Parameters.QueryFile.FileInformationClass; in NpCommonQueryInformation() 455 Irp->IoStatus.Information = IoStack->Parameters.QueryFile.Length - Length; in NpCommonQueryInformation()
|
H A D | fsctrl.c | 76 Length = IoStackLocation->Parameters.QueryFile.Length; in NpQueryClientProcess() 167 Length = IoStackLocation->Parameters.QueryFile.Length; in NpSetClientProcess()
|
/reactos/drivers/base/null/ |
H A D | null.c | 138 Length = IoStack->Parameters.QueryFile.Length; in NullDispatch() 144 QueryFile. in NullDispatch()
|
/reactos/drivers/crypto/ksecdd/ |
H A D | dispatch.c | 227 OutputLength = IoStackLocation->Parameters.QueryFile.Length; in KsecDdDispatch() 228 FileInfoClass = IoStackLocation->Parameters.QueryFile.FileInformationClass; in KsecDdDispatch()
|
/reactos/modules/rostests/kmtests/kernel32/ |
H A D | kernel32_drv.c | 172 ok_eq_ulong(IoStackLocation->Parameters.QueryFile.FileInformationClass, FileBasicInformation); in TestQueryInformation() 173 if (IoStackLocation->Parameters.QueryFile.FileInformationClass == FileBasicInformation) in TestQueryInformation()
|
/reactos/drivers/filesystems/nfs/ |
H A D | nfs41_driver.c | 241 } QueryFile; member 967 entry->u.QueryFile.mdl_buf = in marshal_nfs41_dirquery() 993 entry->u.QueryFile.initial_query, entry->u.QueryFile.restart_scan, in marshal_nfs41_dirquery() 994 entry->u.QueryFile.return_single); in marshal_nfs41_dirquery() 1727 MmUnmapLockedPages(cur->u.QueryFile.mdl_buf, cur->u.QueryFile.mdl); in unmarshal_nfs41_dirquery() 1877 cur->u.QueryFile.mdl); in nfs41_downcall() 1878 IoFreeMdl(cur->u.QueryFile.mdl); in nfs41_downcall() 4412 if (entry->u.QueryFile.mdl == NULL) { 4420 entry->u.QueryFile.filter = Filter; 4427 MmUnlockPages(entry->u.QueryFile.mdl); [all …]
|
/reactos/drivers/filesystems/cdfs/ |
H A D | fileinfo.c | 156 Length = IrpSp->Parameters.QueryFile.Length; in _Requires_lock_held_() 157 FileInformationClass = IrpSp->Parameters.QueryFile.FileInformationClass; in _Requires_lock_held_() 328 Irp->IoStatus.Information = IrpSp->Parameters.QueryFile.Length - Length; in _Requires_lock_held_() 400 (IrpSp->Parameters.QueryFile.FileInformationClass != FilePositionInformation)) { in _Requires_lock_held_()
|
/reactos/modules/rostests/kmtests/ntos_mm/ |
H A D | NtCreateSection_drv.c | 440 ok_eq_ulong(IoStack->Parameters.QueryFile.FileInformationClass, FileStandardInformation); in TestIrpHandler() 442 if (IoStack->Parameters.QueryFile.FileInformationClass == FileStandardInformation) in TestIrpHandler() 445 ULONG BufferLength = IoStack->Parameters.QueryFile.Length; in TestIrpHandler()
|
/reactos/ntoskrnl/io/iomgr/ |
H A D | rawfs.c | 655 Length = &IoStackLocation->Parameters.QueryFile.Length; in RawQueryInformation() 659 if (IoStackLocation->Parameters.QueryFile.FileInformationClass == in RawQueryInformation() 705 if (IoStackLocation->Parameters.QueryFile.FileInformationClass == in RawSetInformation()
|
H A D | iofunc.c | 717 StackPtr->Parameters.QueryFile.FileInformationClass = InformationClass; in IopQueryDeviceInformation() 718 StackPtr->Parameters.QueryFile.Length = Length; in IopQueryDeviceInformation() 818 Stack->Parameters.QueryFile.FileInformationClass = FileInfoClass; in IopGetFileInformation() 819 Stack->Parameters.QueryFile.Length = Length; in IopGetFileInformation() 2537 StackPtr->Parameters.QueryFile.FileInformationClass = FileInformationClass; in NtQueryInformationFile() 2538 StackPtr->Parameters.QueryFile.Length = Length; in NtQueryInformationFile()
|
/reactos/drivers/filesystems/vfatfs/ |
H A D | finfo.c | 1448 FileInformationClass = IrpContext->Stack->Parameters.QueryFile.FileInformationClass; in VfatQueryInformation() 1462 BufferLength = IrpContext->Stack->Parameters.QueryFile.Length; in VfatQueryInformation() 1550 IrpContext->Stack->Parameters.QueryFile.Length - BufferLength; in VfatQueryInformation()
|
/reactos/drivers/filesystems/fastfat/ |
H A D | fileinfo.c | 418 DebugTrace( 0, Dbg, "->Length = %08lx\n", IrpSp->Parameters.QueryFile.Length); in _Requires_lock_held_() 419 …DebugTrace( 0, Dbg, "->FileInformationClass = %08lx\n", IrpSp->Parameters.QueryFile.FileInformatio… in _Requires_lock_held_() 426 Length = (LONG)IrpSp->Parameters.QueryFile.Length; in _Requires_lock_held_() 427 FileInformationClass = IrpSp->Parameters.QueryFile.FileInformationClass; in _Requires_lock_held_() 639 Irp->IoStatus.Information = IrpSp->Parameters.QueryFile.Length - Length; in _Requires_lock_held_()
|
/reactos/ntoskrnl/fsrtl/ |
H A D | fastio.c | 876 IoStackLocation->Parameters.QueryFile.Length = in FsRtlGetFileSize() 878 IoStackLocation->Parameters.QueryFile.FileInformationClass = in FsRtlGetFileSize()
|
/reactos/drivers/ksfilter/ks/ |
H A D | irp.c | 439 IoStack->Parameters.QueryFile.FileInformationClass = FileInformationClass; in KsQueryInformationFile() 440 IoStack->Parameters.QueryFile.Length = Length; in KsQueryInformationFile()
|
/reactos/drivers/filesystems/ext2/src/ |
H A D | debug.c | 350 IoStackLocation->Parameters.QueryFile.FileInformationClass; in Ext2DbgPrintCall()
|
H A D | fileinfo.c | 127 IoStackLocation->Parameters.QueryFile.FileInformationClass; in Ext2QueryFileInformation() 129 Length = IoStackLocation->Parameters.QueryFile.Length; in Ext2QueryFileInformation()
|
/reactos/drivers/filesystems/btrfs/ |
H A D | fileinfo.c | 5044 LONG length = IrpSp->Parameters.QueryFile.Length; 5061 switch (IrpSp->Parameters.QueryFile.FileInformationClass) { 5149 if (IrpSp->Parameters.QueryFile.Length < sizeof(FILE_BASIC_INFORMATION)) { 5247 if (IrpSp->Parameters.QueryFile.Length < sizeof(FILE_STANDARD_INFORMATION)) { 5318 if (IrpSp->Parameters.QueryFile.Length < sizeof(FILE_ID_INFORMATION)) { 5335 if (IrpSp->Parameters.QueryFile.Length < sizeof(FILE_STAT_INFORMATION)) { 5352 if (IrpSp->Parameters.QueryFile.Length < sizeof(FILE_STAT_LX_INFORMATION)) { 5369 if (IrpSp->Parameters.QueryFile.Length < sizeof(FILE_CASE_SENSITIVE_INFORMATION)) { 5400 … WARN("unknown FileInformationClass %u\n", IrpSp->Parameters.QueryFile.FileInformationClass); 5410 Irp->IoStatus.Information = IrpSp->Parameters.QueryFile.Length - length;
|
/reactos/drivers/filesystems/udfs/ |
H A D | fileinfo.cpp | 218 BufferLength = IrpSp->Parameters.QueryFile.Length; in UDFCommonFileInfo() 219 FunctionalityRequested = IrpSp->Parameters.QueryFile.FileInformationClass; in UDFCommonFileInfo() 498 Irp->IoStatus.Information = IrpSp->Parameters.QueryFile.Length - BufferLength; in UDFCommonFileInfo()
|
/reactos/sdk/lib/drivers/rdbsslib/ |
H A D | rdbss.c | 2918 Context->Info.Length = Stack->Parameters.QueryFile.Length - (AlreadyConsummed); \ in RxCommonQueryInformation() 2938 Stack->Parameters.QueryFile.Length, Stack->Parameters.QueryFile.FileInformationClass); in RxCommonQueryInformation() 2940 Context->Info.Length = Stack->Parameters.QueryFile.Length; in RxCommonQueryInformation() 2941 FileInfoClass = Stack->Parameters.QueryFile.FileInformationClass; in RxCommonQueryInformation() 3097 Context->Info.Length = Stack->Parameters.QueryFile.Length; in RxCommonQueryInformation() 3100 Irp->IoStatus.Information = Stack->Parameters.QueryFile.Length - Context->Info.Length; in RxCommonQueryInformation()
|
/reactos/sdk/include/xdk/ |
H A D | iotypes.h | 3165 } QueryFile; member
|