|
NAMEvfs_rootmountalloc —
allocate a root mount structure
SYNOPSIS#include <sys/param.h>
#include <sys/mount.h>
int
DESCRIPTIONvfs_rootmountalloc () allocates a
mount structure initialized from the
vfsconf type that matches
fstypename.
RETURN VALUESIf successful, 0 is returned and mpp points to the newly allocated mount structure.ENODEV is returned if fstypename
is NULL or invalid.
SEE ALSOvfsconf(9)AUTHORSThis manual page was written by Chad David <davidc@acns.ab.ca>.
Visit the GSP FreeBSD Man Page Interface. |