Searched refs:vfs_rootmountalloc (Results 1 – 5 of 5) sorted by relevance
117 if ((error = vfs_rootmountalloc("devfs", "dummy", &synth_mp))) { in synthinit()
435 error = vfs_rootmountalloc(vfsname, in vfs_mountroot_try()
332 vfs_rootmountalloc(char *fstypename, char *devname, struct mount **mpp) in vfs_rootmountalloc() function
750 int vfs_rootmountalloc (char *, char *, struct mount **);
737 if ((error = vfs_rootmountalloc("nfs", path, &mp)) != 0) { in nfs_mountdiskless()