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 seeking offsets and time stamps in the File Change Log
Users have the option to seek to a particular point in the File Change Log based on the offset from where they left off, or to the first record after a specified time.
The following functions can seek offsets and time stamps in the FCL:
vxfs_fcl_getcookie | Returns an opaque structure (referred to hereinafter as a cookie) which embeds the current FCL activation time and the current offset. This cookie can be saved and later passed into vxfs_fcl_seek to continue reading from where the application left off last time. |
vxfs_fcl_seek | Extracts data from the cookie passed and seeks to the specified offset. A cookie is embedded with the FCL activation time and file offset. |
vxfs_fcl_seektime | Seeks to the first record in the FCL after the specified time |