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_getcookie() function:
int vxfs_fcl_getcookie(void *handle, struct fcl_cookie *cookie)
The function parameters are as follows:
*handle is the FCL file handle returned by a call to vxf_fcl_open
*cookie is a pointer to an opaque data block defined as follows:
struct fcl_cookie { char fc_bytes[24]; };
The data stored in the cookie is internal to the VxFS library. The application should not assume any internal representation for the cookie or tamper with the data in the cookie.