vfs_rootmountalloc.9freebsd

Langue: en

Version: 306786 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)


BSD mandoc

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 .