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
Output
*buf contains *nentries FCL records of the struct fcl_record type if there is no error.
If the requested number of entries cannot fit in a buffer of the passed size, an FCL_ENOSPC error is returned. In this case, *bufsz is updated to contain the buffer size required for the requested number of records. The application may use this to reallocate a larger sized buffer and invoke vxfs_fcl_read again. *bufsz is not changed if there is no error.
*nentries is updated to contain the number of entries read in the buffer when vxfs_fcl_read is called and there is no error. *nentries and the returned value are both zero when the application has reached the end of file and there are no more records to be read.