Previous  |  Next  >  
Product: File System Manual Pages for Storage Foundation   
Manual: Library Functions (3)   

fsckpt_fsclose

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)
 ^ Return to Top Previous  |  Next  >  
Product: File System Manual Pages for Storage Foundation  
Manual: Library Functions (3)  
VERITAS Software Corporation
www.veritas.com