Veritas™ File System Programmer's Reference Guide - 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
vxfs_ts_reclaim return values
The return values from the API are as follows:
-3 | Returned if the analyze option of the vxfs_ts_reclaim() API advises Aggressive Reclaim. |
-2 | Returned if the analyze option of the vxfs_ts_reclaim() API advises Normal Reclaim. |
0 | Successful reclamation. |
EPERM | A non-root user called the API. |
ENOENT | The mount point does not exist. |
EBADF | The mount point is not the root of the file system. |
EPIPE | The device for the mount point cannot be accessed. |
ENOTSUP | The mount point is not the root of a VxFS file system, the specified volume is not
|
ENOMEM | Memory could not be allocated during the operation of the API. |
EBUSY | The metadata on the file system could not be modified. |
ENXIO | The specified device does not exist. |
EINVAL | The specified offset or length is invalid. |
EAGAIN | Another fsadm or reorg instance is running. |
EFAULT | The reclaim operation failed due to other system-related issues. |