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
Parameters
The following is the syntax for the vxfs_fcl_sync() function:
int vxfs_fcl_sync(char *fname, uint64_t *offp);
The function parameters are as follows:
*fname is a pointer to the FCL filename
*offp is the address of a 64-bit offset
vxfs_fcl_sync brings the FCL file to a stable state and updates *offp with an offset that can be used by the application as a reference point.