< Previous | Next > | |
Product: File System Manual Pages for Storage Foundation | |
Manual: Library Functions (3) |
fsckpt_renameNAMEfsckpt_rename - rename a Storage Checkpoint from a file system handle SYNOPSIS#include <fsckpt.h> int fsckpt_rename(void *fshandle, char *oldckptname, char *newckptname); AVAILABILITYDESCRIPTIONfsckpt_rename() renames a Storage Checkpoint previously created by the fsckpt_create() operation. The name supplied by newckptname cannot currently exist. RETURN VALUESfsckpt_rename() returns zero on success, non-zero on failure. ERRORSThe user does not have permission to perform the operation. Only privileged users can create Storage Checkpoints. The Storage Checkpoint name newckptname already exists in the file system Storage Checkpoint name space. 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. An I/O error occurred on the device. The Storage Checkpoint could not be renamed. The specified Storage Checkpoint oldckptname does not exist. The system does not have a valid license to perform the operation. The file system is mounted as read-only; no updates are allowed on the file system and the Storage Checkpoint cannot be renamed. SEE ALSOfsckptadm (1M), fsckpt_create (3), fsckpt_createall (3), 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 |