Important Update: Cohesity Products Documentation
All Cohesity product documentation are now managed via the Cohesity Docs Portal: https://docs.cohesity.com/HomePage/Content/home.htm. Some documentation available here may not reflect the latest information or may no longer be accessible.
Veritas™ File System 8.0 Programmer's Reference Guide - Solaris
- Veritas File System software developer's kit
- File Change Log
- About the File Change Log file
- Record types
- File Change Log tunables
- Application programming interface for File Change Log
- Ease of use
- Backward compatibility
- API functions
- File Change Log record
- Copying File Change Log records
- Veritas File System and File Change Log upgrade and downgrade
- Reverse path name lookup
- Multi-volume support
- Named data streams
- Veritas File System I/O
- About Veritas File System I/O
- Freeze and thaw
- Caching advisories
- Extents
- Thin Reclamation
Functions for accessing File Change Log records
The following are general functions for accessing FCL records:
vxfs_fcl_open | Opens the FCL file and returns a handle which can be used for further operations. All subsequent accesses of the FCL file through the API must use this handle. |
vxfs_fcl_close | Closes the FCL file and cleans up resources associated with the handle |
vxfs_fcl_getinfo | Returns the FCL version number along with the state (on/off) of the FCL file |
vxfs_fcl_read | Reads FCL records of interest to the user into a buffer passed in by the user |
vxfs_fcl_copyrec | Copies an FCL record. If the source record contains pointers, it relocates them to point to the new location. |