ReactOS 0.4.16-dev-297-gc569aee
|
#include "udffs.h"
Go to the source code of this file.
Macros | |
#define | UDF_BUG_CHECK_ID UDF_FILE_VOL_INFORMATION |
#define | UDFSetFsTitle(tit) |
#define UDF_BUG_CHECK_ID UDF_FILE_VOL_INFORMATION |
Definition at line 22 of file volinfo.cpp.
#define UDFSetFsTitle | ( | tit | ) |
NTSTATUS UDFCommonQueryVolInfo | ( | PtrUDFIrpContext | PtrIrpContext, |
PIRP | Irp | ||
) |
Definition at line 149 of file volinfo.cpp.
Referenced by UDFCommonDispatch(), and UDFQueryVolInfo().
NTSTATUS UDFCommonSetVolInfo | ( | PtrUDFIrpContext | PtrIrpContext, |
PIRP | Irp | ||
) |
Definition at line 666 of file volinfo.cpp.
Referenced by UDFCommonDispatch(), and UDFSetVolInfo().
NTSTATUS UDFQueryFsAttributeInfo | ( | IN PtrUDFIrpContext | PtrIrpContext, |
IN PVCB | Vcb, | ||
IN PFILE_FS_ATTRIBUTE_INFORMATION | Buffer, | ||
IN OUT PULONG | Length | ||
) |
Definition at line 496 of file volinfo.cpp.
Referenced by UDFCommonQueryVolInfo().
NTSTATUS UDFQueryFsDeviceInfo | ( | IN PtrUDFIrpContext | PtrIrpContext, |
IN PVCB | Vcb, | ||
IN PFILE_FS_DEVICE_INFORMATION | Buffer, | ||
IN OUT PULONG | Length | ||
) |
Definition at line 457 of file volinfo.cpp.
Referenced by UDFCommonQueryVolInfo().
NTSTATUS UDFQueryFsFullSizeInfo | ( | IN PtrUDFIrpContext | PtrIrpContext, |
IN PVCB | Vcb, | ||
IN PFILE_FS_FULL_SIZE_INFORMATION | Buffer, | ||
IN OUT PULONG | Length | ||
) |
Definition at line 404 of file volinfo.cpp.
Referenced by UDFCommonQueryVolInfo().
NTSTATUS UDFQueryFsSizeInfo | ( | IN PtrUDFIrpContext | PtrIrpContext, |
IN PVCB | Vcb, | ||
IN PFILE_FS_SIZE_INFORMATION | Buffer, | ||
IN OUT PULONG | Length | ||
) |
Definition at line 352 of file volinfo.cpp.
Referenced by UDFCommonQueryVolInfo().
NTSTATUS UDFQueryFsVolumeInfo | ( | IN PtrUDFIrpContext | PtrIrpContext, |
IN PVCB | Vcb, | ||
IN PFILE_FS_VOLUME_INFORMATION | Buffer, | ||
IN OUT PULONG | Length | ||
) |
Definition at line 300 of file volinfo.cpp.
Referenced by UDFCommonQueryVolInfo().
NTSTATUS NTAPI UDFQueryVolInfo | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 86 of file volinfo.cpp.
Referenced by UDFInitializeFunctionPointers().
NTSTATUS UDFSetLabelInfo | ( | IN PtrUDFIrpContext | PtrIrpContext, |
IN PVCB | Vcb, | ||
IN PFILE_FS_LABEL_INFORMATION | Buffer, | ||
IN OUT PULONG | Length | ||
) |
Definition at line 792 of file volinfo.cpp.
Referenced by UDFCommonSetVolInfo().
NTSTATUS NTAPI UDFSetVolInfo | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp | ||
) |
Definition at line 617 of file volinfo.cpp.
Referenced by UDFInitializeFunctionPointers().