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
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.