Set_Free_Space_Threshold
This function tells the LVM
Engine not to report blocks of free space which are less than the size
specified. By default, the LVM engine will not report blocks of free space
which are smaller than 2,048 sectors (1 MB).
#include <lvm_intr.h>
void _System Set_Free_Space_Threshold(
CARDINAL32 Min_Sectors /* (I) The new free space threshold, in sectors */
);
Parameters
- Min_Sectors
- The minimum size, in sectors, that a block of free space must be in
order for the LVM engine to report it.
Returns
N/A.
Errors
N/A.
Side Effects
None.
Notes
None.
16-Bit Equivalent:
void _Far16 _Pascal _loadds SET_FREE_SPACE_THRESHOLD16( CARDINAL32 Min_Sectors );