NAME

vfs_mountedfromsets the mounted from name for a mount

SYNOPSIS

#include <sys/param.h>
#include <sys/mount.h>
void
vfs_mountedfrom(struct mount *mp, const char *from);

DESCRIPTION

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

AUTHORS

This manual page was written by Chad David <[email protected]>.

Questions & Answers

Helpful answers and articles about vfs_mountedfrom you may found on these sites:
Stack Overflow Server Fault Super User Unix & Linux Ask Ubuntu Network Engineering DevOps Raspberry Pi Webmasters Google Search