Query: vfs_mountedfrom
OS: freebsd
Section: 9
Links: freebsd man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
VFS_MOUNTEDFROM(9) BSD Kernel Developer's Manual VFS_MOUNTEDFROM(9)NAMEvfs_mountedfrom -- sets the mounted from name for a mountSYNOPSIS#include <sys/param.h> #include <sys/mount.h> void vfs_mountedfrom(struct mount *mp, const char *from);DESCRIPTIONThe vfs_mountedfrom() function sets the mounted from name for a mount. This value is used by statfs(2) to fill in f_mntfromname. In most cases from is the device that contains the file system, but in the case of a pseudo file system it could be a descriptive name like "devfs" or "procfs".AUTHORSThis manual page was written by Chad David <davidc@acns.ab.ca>.BSDFebruary 25, 2008 BSD
Related Man Pages |
---|
insmntque1(9) - debian |
vfs_register(9) - debian |
vfsconf(9) - freebsd |
vfs_statfs(9) - freebsd |
vfs_unregister(9) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Mac OS X: Based on UNIX - Solid As a Rock |
The Whole Story on #! /usr/bin/ksh |
FreeBSD Kernel Internals, Dr. Marshall Kirk McKusick |
Memory Leaks |