Интерактивная система просмотра системных руководств (man-ов)
vfs_rootmountalloc (9)
>> vfs_rootmountalloc (9) ( FreeBSD man: Ядро )
BSD mandoc
NAME
vfs_rootmountalloc
- allocate a root
Vt 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
Vt mount
structure initialized from the
Vt vfsconf
type that matches
Fa fstypename .
RETURN VALUES
If successful, 0 is returned and
Fa mpp
points to the newly allocated
Vt mount
structure.
Er ENODEV
is returned if
Fa fstypename
is
NULL
or invalid.
SEE ALSO
vfsconf(9)
AUTHORS
This manual page was written by
An Chad David Aq davidc@acns.ab.ca .
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUES
-
- SEE ALSO
-
- AUTHORS
-