SYNOPSIS
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".