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
vxfs_fcl_getinfo
int vxfs_fcl_getinfo(void *handle, struct fcl_info*fclinfo);
The vxfs_fcl_getinfo() function returns information about the FCL file in the FCL information structure pointed to by fcl_info. It obtains this information from the FCL superblock.
struct fcl_info {
uint32_tfcl_version;
uint32_tfcl_state;
};An intelligent application that is aware of the record types associated with each can decide from fcl_version, whether the FCL file contains the needed information. For instance, a Version 3 FCL file never contains access information along with an FCL record. If fcl_state is FCLS_OFF, the application can then infer that there are no records added to the FCL file due to file system activity.