Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
VFS_ROOTMOUNTALLOC(9) FreeBSD Kernel Developer's Manual VFS_ROOTMOUNTALLOC(9)
vfs_rootmountalloc -- allocate a root mount structure
#include <sys/param.h> #include <sys/mount.h> int vfs_rootmountalloc(char *fstypename, char *devname, struct mount **mpp);
vfs_rootmountalloc() allocates a mount structure initialized from the vfsconf type that matches fstypename.
If successful, 0 is returned and mpp points to the newly allocated mount structure. ENODEV is returned if fstypename is NULL or invalid.
vfsconf(9)
This manual page was written by Chad David <davidc@acns.ab.ca>. FreeBSD 6.2 November 21, 2001 FreeBSD 6.2
Your favourite pages:No pages logged yet.Trying to save cookie...
Top 10 most popular pages:sqlite3 man page (5334 hits)(openSUSE 10.2)svn man page (5208 hits)(FreeBSD 6.2)adv_cap_autoneg man page (4870 hits)(Solaris 10 11_06)CPAN man page (4607 hits)(Suse Linux 10.1)ssh man page (4342 hits)(Suse Linux 10.1)ssh-socks5-proxy-connect man page (2876 hits)(Solaris 10 11_06)netcat man page (2717 hits)(Suse Linux 10.1)pprosetup man page (2487 hits)(Solaris 10 11_06)startproc man page (2471 hits)(Suse Linux 10.1)signal man page (2407 hits)(Suse Linux 10.1)
Go Back