vfs_rootmountalloc (9)
Leading comments
Copyright (C) 2001 Chad David <davidc@acns.ab.ca>. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice(s), this list of conditions and the following disclaimer as
the first lines of this file unmodified other than the possible
addition of one or more copyright notices.
2. Redistributions in binary for...
(The comments found at the beginning of the groff file "man9/vfs_rootmountalloc.9freebsd".)
NAME
vfs_rootmountalloc
- allocate a root
Vt mount
structure
SYNOPSIS
In sys/param.h
In sys/mount.h
Ft int
Fn vfs_rootmountalloc char *fstypename char *devname struct mount **mpp
DESCRIPTION
Fn 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 .