vfs_mountedfrom(9) sets the mounted from name for a mount

SYNOPSIS

In sys/param.h In sys/mount.h Ft void Fn vfs_mountedfrom struct mount *mp const char *from

DESCRIPTION

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

AUTHORS

This manual page was written by An Chad David Aq [email protected] .