ReactOS 0.4.16-dev-122-g325d74c
|
#include <ntddstor.h>
Public Attributes | |
ULONG | Size |
DEVICE_DATA_MANAGEMENT_SET_ACTION | Action |
ULONG | Flags |
ULONG | ParameterBlockOffset |
ULONG | ParameterBlockLength |
ULONG | DataSetRangesOffset |
ULONG | DataSetRangesLength |
Definition at line 771 of file ntddstor.h.
DEVICE_DATA_MANAGEMENT_SET_ACTION _DEVICE_MANAGE_DATA_SET_ATTRIBUTES::Action |
Definition at line 773 of file ntddstor.h.
Referenced by ClassDeviceControl(), do_full_trim(), trim_unalloc_space(), and trim_whole_device().
ULONG _DEVICE_MANAGE_DATA_SET_ATTRIBUTES::DataSetRangesLength |
Definition at line 778 of file ntddstor.h.
Referenced by ClassDeviceControl(), ClasspDeviceGetLBAStatus(), ClasspDeviceTrimProcess(), do_full_trim(), trim_unalloc_space(), and trim_whole_device().
ULONG _DEVICE_MANAGE_DATA_SET_ATTRIBUTES::DataSetRangesOffset |
Definition at line 777 of file ntddstor.h.
Referenced by ClasspDeviceGetLBAStatus(), ClasspDeviceTrimProcess(), do_full_trim(), trim_unalloc_space(), and trim_whole_device().
ULONG _DEVICE_MANAGE_DATA_SET_ATTRIBUTES::Flags |
Definition at line 774 of file ntddstor.h.
Referenced by ClasspDeviceGetLBAStatus(), ClasspDeviceTrimProcess(), do_full_trim(), trim_unalloc_space(), and trim_whole_device().
ULONG _DEVICE_MANAGE_DATA_SET_ATTRIBUTES::ParameterBlockLength |
Definition at line 776 of file ntddstor.h.
Referenced by _IRQL_requires_max_(), ClassDeviceControl(), ClasspDeviceGetLBAStatus(), do_full_trim(), trim_unalloc_space(), and trim_whole_device().
ULONG _DEVICE_MANAGE_DATA_SET_ATTRIBUTES::ParameterBlockOffset |
Definition at line 775 of file ntddstor.h.
Referenced by _IRQL_requires_max_(), ClasspDeviceGetLBAStatus(), do_full_trim(), trim_unalloc_space(), and trim_whole_device().
ULONG _DEVICE_MANAGE_DATA_SET_ATTRIBUTES::Size |
Definition at line 772 of file ntddstor.h.
Referenced by do_full_trim(), trim_unalloc_space(), and trim_whole_device().