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 al
located mount
structure. ENODEV is returned if fstypename is NULL or in
valid.

SEE ALSO

vfsconf(9)

AUTHORS

This manual page was written by Chad David <davidc@ac
ns.ab.ca>.
BSD November 21, 2001
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout