/reactos/drivers/filesystems/npfs/ |
H A D | volinfo.c | 147 Length = IoStack->Parameters.QueryVolume.Length; in NpCommonQueryVolumeInformation() 148 InfoClass = IoStack->Parameters.QueryVolume.FsInformationClass; in NpCommonQueryVolumeInformation() 174 Irp->IoStatus.Information = IoStack->Parameters.QueryVolume.Length - Length; in NpCommonQueryVolumeInformation()
|
/reactos/drivers/filesystems/cdfs/ |
H A D | volinfo.c | 124 Length = IrpSp->Parameters.QueryVolume.Length; in _Requires_lock_held_() 167 switch (IrpSp->Parameters.QueryVolume.FsInformationClass) { in _Requires_lock_held_() 204 Irp->IoStatus.Information = IrpSp->Parameters.QueryVolume.Length - Length; in _Requires_lock_held_()
|
/reactos/drivers/filesystems/fastfat/ |
H A D | volinfo.c | 309 DebugTrace( 0, Dbg, "->Length = %08lx\n", IrpSp->Parameters.QueryVolume.Length); in _Requires_lock_held_() 310 …DebugTrace( 0, Dbg, "->FsInformationClass = %08lx\n", IrpSp->Parameters.QueryVolume.FsInformationC… in _Requires_lock_held_() 317 Length = IrpSp->Parameters.QueryVolume.Length; in _Requires_lock_held_() 318 FsInformationClass = IrpSp->Parameters.QueryVolume.FsInformationClass; in _Requires_lock_held_() 414 Irp->IoStatus.Information = IrpSp->Parameters.QueryVolume.Length - Length; in _Requires_lock_held_()
|
/reactos/drivers/filesystems/ext2/src/ |
H A D | volinfo.c | 78 IoStackLocation->Parameters.QueryVolume.FsInformationClass; in Ext2QueryVolumeInformation() 80 Length = IoStackLocation->Parameters.QueryVolume.Length; in Ext2QueryVolumeInformation() 345 IoStackLocation->Parameters./*SetVolume*/QueryVolume.FsInformationClass; in Ext2SetVolumeInformation()
|
H A D | debug.c | 396 IoStackLocation->Parameters.QueryVolume.FsInformationClass; in Ext2DbgPrintCall()
|
/reactos/drivers/crypto/ksecdd/ |
H A D | dispatch.c | 241 OutputLength = IoStackLocation->Parameters.QueryVolume.Length; in KsecDdDispatch() 242 FsInfoClass = IoStackLocation->Parameters.QueryVolume.FsInformationClass; in KsecDdDispatch()
|
/reactos/drivers/filesystems/ntfs/ |
H A D | volinfo.c | 369 FsInformationClass = Stack->Parameters.QueryVolume.FsInformationClass; in NtfsQueryVolumeInformation() 370 BufferLength = Stack->Parameters.QueryVolume.Length; in NtfsQueryVolumeInformation() 411 Stack->Parameters.QueryVolume.Length - BufferLength; in NtfsQueryVolumeInformation()
|
/reactos/drivers/filesystems/udfs/ |
H A D | volinfo.cpp | 185 Length = IrpSp->Parameters.QueryVolume.Length; in UDFCommonQueryVolInfo() 195 &(IrpSp->Parameters.QueryVolume.FsInformationClass)); in UDFCommonQueryVolInfo() 203 switch (IrpSp->Parameters.QueryVolume.FsInformationClass) { in UDFCommonQueryVolInfo() 249 Irp->IoStatus.Information = IrpSp->Parameters.QueryVolume.Length - Length; in UDFCommonQueryVolInfo()
|
/reactos/drivers/filesystems/vfatfs/ |
H A D | volume.c | 452 FsInformationClass = IrpContext->Stack->Parameters.QueryVolume.FsInformationClass; in VfatQueryVolumeInformation() 453 BufferLength = IrpContext->Stack->Parameters.QueryVolume.Length; in VfatQueryVolumeInformation() 500 IrpContext->Stack->Parameters.QueryVolume.Length - BufferLength; in VfatQueryVolumeInformation()
|
/reactos/ntoskrnl/io/iomgr/ |
H A D | rawfs.c | 964 Length = IoStackLocation->Parameters.QueryVolume.Length; in RawQueryVolumeInformation() 968 switch (IoStackLocation->Parameters.QueryVolume.FsInformationClass) in RawQueryVolumeInformation() 1004 Parameters.QueryVolume.Length - Length; in RawQueryVolumeInformation()
|
H A D | iofunc.c | 723 StackPtr->Parameters.QueryVolume.FsInformationClass = InformationClass; in IopQueryDeviceInformation() 724 StackPtr->Parameters.QueryVolume.Length = Length; in IopQueryDeviceInformation() 4405 StackPtr->Parameters.QueryVolume.Length = Length; in NtQueryVolumeInformationFile() 4406 StackPtr->Parameters.QueryVolume.FsInformationClass = FsInformationClass; in NtQueryVolumeInformationFile()
|
/reactos/drivers/network/afd/afd/ |
H A D | main.c | 882 Length = IrpSp->Parameters.QueryVolume.Length; in AfdQueryVolumeInformation() 883 InfoClass = IrpSp->Parameters.QueryVolume.FsInformationClass; in AfdQueryVolumeInformation() 895 Irp->IoStatus.Information = IrpSp->Parameters.QueryVolume.Length - Length; in AfdQueryVolumeInformation()
|
/reactos/drivers/filesystems/btrfs/ |
H A D | btrfs.c | 1023 switch (IrpSp->Parameters.QueryVolume.FsInformationClass) { 1050 …if (IrpSp->Parameters.QueryVolume.Length < sizeof(FILE_FS_ATTRIBUTE_INFORMATION) - sizeof(WCHAR) +… 1051 … if (IrpSp->Parameters.QueryVolume.Length > sizeof(FILE_FS_ATTRIBUTE_INFORMATION) - sizeof(WCHAR)) 1052 …fs_name_len = IrpSp->Parameters.QueryVolume.Length - sizeof(FILE_FS_ATTRIBUTE_INFORMATION) + sizeo… 1156 TRACE("max length = %lu\n", IrpSp->Parameters.QueryVolume.Length); 1169 …if (IrpSp->Parameters.QueryVolume.Length < offsetof(FILE_FS_VOLUME_INFORMATION, VolumeLabel) + lab… 1170 … if (IrpSp->Parameters.QueryVolume.Length > offsetof(FILE_FS_VOLUME_INFORMATION, VolumeLabel)) 1171 …label_len = IrpSp->Parameters.QueryVolume.Length - offsetof(FILE_FS_VOLUME_INFORMATION, VolumeLabe… 1185 …fvi, min(offsetof(FILE_FS_VOLUME_INFORMATION, VolumeLabel), IrpSp->Parameters.QueryVolume.Length)); 1235 … WARN("unknown FsInformationClass %u\n", IrpSp->Parameters.QueryVolume.FsInformationClass);
|
/reactos/sdk/lib/drivers/rdbsslib/ |
H A D | rdbss.c | 3158 DPRINT("Length: %lx, Class: %lx, Buffer %p\n", Stack->Parameters.QueryVolume.Length, in RxCommonQueryVolumeInformation() 3159 Stack->Parameters.QueryVolume.FsInformationClass, Irp->AssociatedIrp.SystemBuffer); in RxCommonQueryVolumeInformation() 3161 Context->Info.FsInformationClass = Stack->Parameters.QueryVolume.FsInformationClass; in RxCommonQueryVolumeInformation() 3163 Context->Info.Length = Stack->Parameters.QueryVolume.Length; in RxCommonQueryVolumeInformation() 3175 Irp->IoStatus.Information = Stack->Parameters.QueryVolume.Length - Context->Info.Length; in RxCommonQueryVolumeInformation()
|
/reactos/sdk/include/xdk/ |
H A D | iotypes.h | 3191 } QueryVolume; member
|