< Previous | Next > | |
Product: File System Manual Pages for Storage Foundation | |
Manual: Library Functions (3) |
fsckpt_fscloseNAMEfsckpt_fsclose - close a mount point opened for Storage Checkpoint management SYNOPSIS#include <fsckpt.h> int fsckpt_fsclose(void *fshandle); AVAILABILITYDESCRIPTIONfsckpt_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 VALUESfsckpt_fsclose() returns zero on success, non-zero on failure. ERRORSThe 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 ALSOfsckptadm (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 |