test veritas logo


fsckpt_fsclose(3)

NAME

fsckpt_fsclose - close a mount point opened for Storage Checkpoint management

SYNOPSIS

#include <fsckpt.h>

int fsckpt_fsclose(void *fshandle);

AVAILABILITY

VRTSvxfs

DESCRIPTION

fsckpt_fsclose() closes a file system supplied by fshandle. fshandle must be a valid handle acquired from an fsckpt_fsopen() call.

This function frees up all resources and cleans up any state associated with the file system handle. After fsckpt_fsclose() completes, no further operations can be issued against fshandle.

RETURN VALUES

fsckpt_fsclose() 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. This may occur when an application tries to use a filehandle that was not created by the same process.
EFAULT One or more of the specified pointer arguments points to an illegal address.

SEE ALSO

fsckptadm(1M), fsckpt_fsopen(3), fsckpt_intro(3)


VxFS 7.4.1 fsckpt_fsclose(3)