Home
last modified time | relevance | path

Searched refs:QueryFile (Results 1 – 23 of 23) sorted by relevance

/reactos/drivers/filesystems/msfs/
H A Dfinfo.c88 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 Dinfo.c27 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 Dfinfo.c437 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 Dfileinfo.c102 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 Dfsctrl.c76 Length = IoStackLocation->Parameters.QueryFile.Length; in NpQueryClientProcess()
167 Length = IoStackLocation->Parameters.QueryFile.Length; in NpSetClientProcess()
/reactos/drivers/base/null/
H A Dnull.c138 Length = IoStack->Parameters.QueryFile.Length; in NullDispatch()
144 QueryFile. in NullDispatch()
/reactos/drivers/crypto/ksecdd/
H A Ddispatch.c227 OutputLength = IoStackLocation->Parameters.QueryFile.Length; in KsecDdDispatch()
228 FileInfoClass = IoStackLocation->Parameters.QueryFile.FileInformationClass; in KsecDdDispatch()
/reactos/modules/rostests/kmtests/kernel32/
H A Dkernel32_drv.c172 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 Dnfs41_driver.c241 } 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 Dfileinfo.c156 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 DNtCreateSection_drv.c440 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 Drawfs.c655 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 Diofunc.c717 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 Dfinfo.c1448 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 Dfileinfo.c418 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 Dfastio.c876 IoStackLocation->Parameters.QueryFile.Length = in FsRtlGetFileSize()
878 IoStackLocation->Parameters.QueryFile.FileInformationClass = in FsRtlGetFileSize()
/reactos/drivers/ksfilter/ks/
H A Dirp.c439 IoStack->Parameters.QueryFile.FileInformationClass = FileInformationClass; in KsQueryInformationFile()
440 IoStack->Parameters.QueryFile.Length = Length; in KsQueryInformationFile()
/reactos/drivers/filesystems/ext2/src/
H A Ddebug.c350 IoStackLocation->Parameters.QueryFile.FileInformationClass; in Ext2DbgPrintCall()
H A Dfileinfo.c127 IoStackLocation->Parameters.QueryFile.FileInformationClass; in Ext2QueryFileInformation()
129 Length = IoStackLocation->Parameters.QueryFile.Length; in Ext2QueryFileInformation()
/reactos/drivers/filesystems/btrfs/
H A Dfileinfo.c5044 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 Dfileinfo.cpp218 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 Drdbss.c2918 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 Diotypes.h3165 } QueryFile; member