fsckpt_setquota - turn Storage Checkpoint quotas on or off
#include <fsckpt.h>int fsckpt_setquota(void *fshandle, int flags)
VRTSvxfs
fsckpt_setquota() turns Storage Checkpoint quotas on or off.To turn Storage Checkpoint quotas on, specify 1 in the flag field. To turn Storage Checkpoint quotas off, specify 0 in the flag field.
fsckpt_setquota() returns zero on success, non-zero on failure.
EINVAL The function is being used incorrectly, or the arguments to the function could not be validated. EIO An I/O error occurred on the device on which the file system or Storage Checkpoint is mounted. ENOTSUP The feature is unsupported for this disk layout version. EPERM The calling process does not have correct access privileges.
fsckptadm(1M), fsckpt_getqlimit(3), fsckpt_setqlimit(3)
VxFS 8.0 | fsckpt_setquota(3) |