debian man page for vfs_rootmountalloc

Query: vfs_rootmountalloc

OS: debian

Section: 9

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

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

NAME
vfs_rootmountalloc -- allocate a root mount structure
SYNOPSIS
#include <sys/param.h> #include <sys/mount.h> int vfs_rootmountalloc(char *fstypename, char *devname, struct mount **mpp);
DESCRIPTION
vfs_rootmountalloc() allocates a mount structure initialized from the vfsconf type that matches fstypename.
RETURN VALUES
If successful, 0 is returned and mpp points to the newly allocated mount structure. ENODEV is returned if fstypename is NULL or invalid.
SEE ALSO
vfsconf(9)
AUTHORS
This manual page was written by Chad David <davidc@acns.ab.ca>.
BSD
November 21, 2001 BSD
Related Man Pages
vfs_reinit(9) - netbsd
vfs_getnewfsid(9) - netbsd
vfs_busy(9) - netbsd
vfsconf(9) - freebsd
vfs_modevent(9) - freebsd
Similar Topics in the Unix Linux Community
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph