vfs_mountedfrom (9)
Leading comments
Copyright (C) 2008 Chad David <davidc@acns.ab.ca>. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice(s), this list of conditions and the following disclaimer as the first lines of this file unmodified other than the possible addition of one or more copyright notices. 2. Redistributions in binary for...
NAME
vfs_mountedfrom - sets the mounted from name for a mountSYNOPSIS
In sys/param.h In sys/mount.h Ft void Fn vfs_mountedfrom struct mount *mp const char *fromDESCRIPTION
The Fn vfs_mountedfrom function sets the mounted from name for a mount. This value is used by Fn statfs 2 to fill in f_mntfromnameIn 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".