Please enter search query.
Search <book_title>...
InfoScale™ 9.0 Veritas File System Programmer's Reference Guide - Solaris
Last Published:
2025-04-14
Product(s):
InfoScale & Storage Foundation (9.0)
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
Querying the defined policies
The following function calls query defined policies.
To query all policies on a file system, use the following function call:
vxfs_ap_enumerate(fd, &count, fsap_info_ptr);
To query a single defined policy, use the following function call:
vxfs_ap_query(fd, fsap_info_ptr);
To query a file for its assigned policies, use the following function call:
vxfs_ap_query_file(fd, data_policy, meta_policy, 0);
To query a Storage Checkpoint for its assigned policies, use the following function call:
vxfs_ap_query_ckpt(fd, check_point_name, data_policy, meta_policy);
To query a file system for its assigned policies, use the following function call:
vxfs_ap_query(fd, data_policy, meta_policy);
To query a file system for the default Storage Checkpoint policies, use the following function call:
vxfs_ap_query_ckptdef(fd, data_policy, meta_policy);