tail head cat sleep
QR code linking to this page

Manual Pages  — VFS_ROOTMOUNTALLOC

NAME

vfs_rootmountalloc – allocate a root mount structure

CONTENTS

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 allocated mount structure. ENODEV is returned if fstypename is NULL or invalid.

SEE ALSO

vfsconf(9)

AUTHORS

This manual page was written by Chad David <Mt davidc@acns.ab.ca>.

VFS_ROOTMOUNTALLOC (9) November 21, 2001

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

The wonderful thing about standards is that there are so many of them to choose from.
— Grace Murray Hopper