test veritas logo


fsckpt_fclose(3)

NAME

fsckpt_fclose - close a Storage Checkpointed file

SYNOPSIS

#include <fsckpt.h>

int fsckpt_fclose(void *filehandle);

AVAILABILITY

VRTSvxfs

DESCRIPTION

fsckpt_fclose() frees up all resources and cleans up any state associated with the file specified by the fsck_fopen() call. After this call the filehandle cannot be used.

RETURN VALUES

fsckpt_fclose() 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 an fshandle 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_create(3), fsckpt_createall(3), fsckpt_fsopen(3), fsckpt_intro(3)


VxFS 7.4 fsckpt_fclose(3)