vfs_rootmountalloc — allocate a root mount structure
Contents
Description
vfs_rootmountalloc() allocates a mount structure initialized from the vfsconf type that matches
fstypename.
Name
vfs_rootmountalloc — allocate a root mount structure
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)
Synopsis
#include<sys/param.h>#include<sys/mount.h>intvfs_rootmountalloc(char*fstypename, char*devname, structmount**mpp);
