Man Page: vfs_rootmountalloc
Operating Environment: debian
Section: 9
VFS_ROOTMOUNTALLOC(9) BSD Kernel Developer's Manual VFS_ROOTMOUNTALLOC(9)NAMEvfs_rootmountalloc -- allocate a root mount structureSYNOPSIS#include <sys/param.h> #include <sys/mount.h> int vfs_rootmountalloc(char *fstypename, char *devname, struct mount **mpp);DESCRIPTIONvfs_rootmountalloc() allocates a mount structure initialized from the vfsconf type that matches fstypename.RETURN VALUESIf successful, 0 is returned and mpp points to the newly allocated mount structure. ENODEV is returned if fstypename is NULL or invalid.SEE ALSOvfsconf(9)AUTHORSThis manual page was written by Chad David <davidc@acns.ab.ca>.BSDNovember 21, 2001 BSD
| Related Man Pages |
|---|
| vfs_reinit(9) - netbsd |
| vfs_attach(9) - netbsd |
| vfs_export(9) - netbsd |
| vfs_mountalloc(9) - netbsd |
| vfs_modevent(9) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| Introduction |
| A (ksh) Library For and From UNIX.com |