NAME

vfs_rootmountallocallocate a root 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 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 <[email protected]>.

Recommended readings

Pages related to vfs_rootmountalloc you should read also:

Questions & Answers

Helpful answers and articles about vfs_rootmountalloc you may found on these sites:
Stack Overflow Server Fault Super User Unix & Linux Ask Ubuntu Network Engineering DevOps Raspberry Pi Webmasters Google Search