Query: getvfsbynumber
OS: osf1
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
getvfsbynumber(3) Library Functions Manual getvfsbynumber(3)NAMEgetvfsbynumber - Gets the virtual file system type nameLIBRARYStandard C Library (libc.a)SYNOPSIS#include <sys/mount.h> char *getvfsbynumber( int typeno);PARAMETERSSpecifies the number that identifies the type of the file system.DESCRIPTIONThe getvfsbynumber() function returns the symbolic name for the virtual file system type identified by typeno. The type number of a mounted file system can be determined with the statfs() function.NOTESThe getvfsbynumber() function may not be able to handle file systems that are dynamically loaded.RETURN VALUESUpon successful completion, getvfsbynumber() returns a symbolic name. Otherwise, getvfsbynumber() returns a value of -1 and sets errno.ERRORSIf any of the following conditions occurs, the getvfsbynumber() function sets errno to the corresponding value: typeno is outside the range of known file system types.RELATED INFORMATIONFunctions: statfs(2), getvfsbyname(3). delim off getvfsbynumber(3)
Related Man Pages |
---|
getmntinfo(3) - bsd |
getfsstat(2) - debian |
getfsstat(2) - osf1 |
statfs(2) - osf1 |
getmntinfo_r(3) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Low Impact PHP Errors and Logging Levels |
PHP Write Man Pages to MySQL DB |