Please enter search query.
Search <book_title>...
Veritas™ File System Programmer's Reference Guide - Solaris
Last Published:
2018-08-24
Product(s):
InfoScale & Storage Foundation (7.2)
Platform: 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
- 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
- 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. |