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
Reverse path name lookup
The reverse path name lookup feature obtains the full path name of a file or directory from the inode number of that file or directory. The inode number is provided as an argument to the vxfs_inotopath_gen library function. See the vxfs_inotopath_gen(3) online manual page for more information.
The reverse path name lookup feature can be useful for a variety of applications including the following:
Clients of the VxFS file change log feature
Backup and restore utilities
Replication products
Typically, these applications store information by inode numbers because a path name for a file or directory can be very long and the applications require an easy method to obtain a path name.