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
Enforcing a policy
The following function calls enforce a policy.
To enforce a policy on a file, use the following function call:
vxfs_ap_enforce_file(fd, data_policy, meta_policy);
Enforcing the policy may cause the file to be reallocated to another volume.
To enforce a policy on all files in a Storage Checkpoint, use the following function call:
vxfs_ap_enforce_ckpt(fd, check_point_name, data_policy, meta_policy, flags);
To enforce a policy on a primary fileset and all of the fileset's Storage Checkpoint, use the following function call:
vxfs_ap_enforce_ckptchain(fd, data_policy, meta_policy, flags);