Query: vfs_rootmountalloc
OS: debian
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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_getnewfsid(9) - netbsd |
| vfs_setpublicfs(9) - netbsd |
| vfs_export_lookup(9) - netbsd |
| vfs_getopsbyname(9) - netbsd |
| vfs_mountedon(9) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| One instance of comparing grep and awk |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |