// ntifs.h
typedef enum _REFS_SMR_VOLUME_GC_METHOD {
SmrGcMethodCompaction = 1,
SmrGcMethodCompression = 2,
SmrGcMethodRotation = 3
} REFS_SMR_VOLUME_GC_METHOD, *PREFS_SMR_VOLUME_GC_METHOD;
View the official Windows Driver Kit DDI referenceNo description available.
The REFS_SMR_VOLUME_GC_METHOD enum specifies the garbage collection method or strategy for FSCTL_SET_REFS_SMR_VOLUME_GC_PARAMETERS.
SmrGcMethodCompaction:1Specifies the use of the compaction method for garbage collection.
SmrGcMethodCompression:2Specifies the use of the compression method for garbage collection.
SmrGcMethodRotation:3Specifies the use of the rotation method for garbage collection. Moves data from one tier to another.
Currently the only supported value is SmrGcMethodCompaction.
FSCTL_SET_REFS_SMR_VOLUME_GC_PARAMETERS