debian man page for vfs_mountedfrom

Query: vfs_mountedfrom

OS: debian

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

VFS_MOUNTEDFROM(9)					   BSD Kernel Developer's Manual					VFS_MOUNTEDFROM(9)

NAME
vfs_mountedfrom -- sets 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 <davidc@acns.ab.ca>.
BSD
February 25, 2008 BSD
Related Man Pages
vfs_unregister(9) - debian
vfsconf(9) - freebsd
vfs_mount(9) - freebsd
insmntque1(9) - freebsd
vfs_unregister(9) - freebsd
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Is UNIX an open source OS ?
Introduction
How to copy a column of multiple files and paste into new excel file (next to column)?