fsckpt_setquota (3)

NAME

fsckpt_setquota - turn Storage Checkpoint quotas on or off

SYNOPSIS

#include <fsckpt.h>

int fsckpt_setquota(void *fshandle, int flags)

AVAILABILITY

VRTSvxfs

DESCRIPTION

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.

RETURN VALUES

fsckpt_setquota() returns zero on success, non-zero on failure.

ERRORS

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.

SEE ALSO

fsckptadm(1M), fsckpt_getqlimit(3), fsckpt_setqlimit(3)


VxFS 5.1 SP1 fsckpt_setquota (3)