vfs_mountedfrom.9freebsd

Langue: en

Version: 365125 (ubuntu - 25/10/10)

Section: 9 (Appels noyau Linux)


BSD mandoc

NAME

vfs_mountedfrom - 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 davidc@acns.ab.ca .