Searched defs:vfs_mountroot (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dvfs.h94 int (*vfs_mountroot)(); /* mount the root filesystem */ member in struct:vfsops
106 (*(VFSP)->vfs_op->vfs_mountroot)(VFSP, VPP, NM)
136 extern void vfs_mountroot(); /* mount the root */
/illumos-gate/usr/src/ucbhead/sys/
H A Dvfs.h122 * Reasons for calling the vfs_mountroot() operation.
140 int (*vfs_mountroot)(struct vfs *, enum whymountroot); member in struct:vfsops
150 int (*vfs_mountroot)(); /* mount the root filesystem */
165 (*(vfsp)->vfs_op->vfs_mountroot)(vfsp, init)
187 void vfs_mountroot(void);
197 extern void vfs_mountroot(); /* mount the root */
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c286 return (*(vfsp)->vfs_op->vfs_mountroot)(vfsp, reason);
341 VFSNAME_MOUNTROOT, offsetof(vfsops_t, vfs_mountroot),
619 * Lock for accessing the vfs linked list. Initialized in vfs_mountroot(),
808 * vfs_mountroot is called by main() to mount the root filesystem.
811 vfs_mountroot(void) function
832 panic("vfs_mountroot: cannot mount root");
840 panic("vfs_mountroot: no root vnode");
930 panic("vfs_mountroot: cannot remount root");
3557 * vfs_mountroot call at system startup time, the root file system's

Completed in 76 milliseconds