Home > Veritas Storage Foundation™ File System Manual Pages

FSCKPT_FSCLOSE (3)

Library Functions

Table of contents


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.

SEE ALSO

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

Last updated: 01 April 2006
Copyright ©2009 Symantec Corporation
All rights reserved.