Symantec logo

Querying the volume set for a file system

The following function calls query a volume set for a file system.

 To query all volumes associated with the file system

vxfs_vol_enumerate(fd, &count, infop);

 To query a single volume

vxfs_vol_stat(fd, vol_name, infop);