:man| Alphabetical   Categories   About us 
 
VFS_ROOTMOUNTALLOC (9) | Kernel routines | Unix Manual Pages | :man

NAME

vfs_rootmountalloc - "allocate a root"
.Vt mount structure

CONTENTS

Synopsis
Description
Return Values
See Also
Authors

SYNOPSIS


.In sys/param.h
.In 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 fstypename.

RETURN VALUES

If successful, 0 is returned and mpp points to the newly allocated
.Vt mount structure. ENODEV is returned if fstypename is NULL or invalid.

SEE ALSO

vfsconf(9)

AUTHORS

 
Created by Blin Media, 2008-2013