Searched refs:vfs_mountroot (Results 1 - 16 of 16) sorted by relevance

/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/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/uts/common/sys/
H A Dvfs.h302 * Reasons for calling the vfs_mountroot() operation.
329 int (*vfs_mountroot)(vfs_t *, enum whymountroot); \
485 void vfs_mountroot(void);
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vfsops.c136 VFSNAME_MOUNTROOT, { .vfs_mountroot = devfs_mountroot },
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_common.c333 VFSNAME_MOUNTROOT, { .vfs_mountroot = nfsdyn_mountroot },
H A Dnfs3_vfsops.c162 VFSNAME_MOUNTROOT, { .vfs_mountroot = nfs3_mountroot },
H A Dnfs_vfsops.c164 VFSNAME_MOUNTROOT, { .vfs_mountroot = nfs_mountroot },
H A Dnfs4_vfsops.c198 VFSNAME_MOUNTROOT, { .vfs_mountroot = nfs4_mountroot },
/illumos-gate/usr/src/uts/common/os/
H A Dmain.c486 vfs_mountroot(); /* Mount the root file system */
487 errorq_init(); /* after vfs_mountroot() so DDI root is ready */
488 cpu_kstat_init(CPU); /* after vfs_mountroot() so TOD is valid */
490 /* after vfs_mountroot() so hrestime is valid */
/illumos-gate/usr/src/boot/sys/sys/
H A Dmount.h880 void vfs_mountroot(void); /* mount our root filesystem */
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c258 VFSNAME_MOUNTROOT, { .vfs_mountroot = hsfs_mountroot },
/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c1882 func = (int (*)()) vfsp->vfs_op->vfs_mountroot;
1890 vfsop_find(&farg, &func, int, &arg0, vfs_mountroot,
2825 vfsop_find(vf, &func, int, &arg0, vfs_mountroot, fsemop_mountroot);
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
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c2080 VFSNAME_MOUNTROOT, { .vfs_mountroot = ufs_mountroot },
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1921 VFSNAME_MOUNTROOT, { .vfs_mountroot = udf_mountroot },
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c89 VFSNAME_MOUNTROOT, { .vfs_mountroot = zfs_mountroot },

Completed in 447 milliseconds