Home
last modified time | relevance | path

Searched refs:vfs_mountroot (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/ucbhead/sys/
H A Dvfs.h140 int (*vfs_mountroot)(struct vfs *, enum whymountroot); member
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 */
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dvfs.h94 int (*vfs_mountroot)(); /* mount the root filesystem */ member
106 (*(VFSP)->vfs_op->vfs_mountroot)(VFSP, VPP, NM)
136 extern void vfs_mountroot(); /* mount the root */
/titanic_41/usr/src/uts/common/sys/
H A Dvfs.h343 int (*vfs_mountroot)(vfs_t *, enum whymountroot); \
499 void vfs_mountroot(void);
/titanic_41/usr/src/uts/common/fs/devfs/
H A Ddevfs_vfsops.c136 VFSNAME_MOUNTROOT, { .vfs_mountroot = devfs_mountroot }, in devfsinit()
/titanic_41/usr/src/uts/common/os/
H A Dmain.c486 vfs_mountroot(); /* Mount the root file system */ in main()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_common.c333 VFSNAME_MOUNTROOT, { .vfs_mountroot = nfsdyn_mountroot }, in nfsdyninit()
H A Dnfs_vfsops.c164 VFSNAME_MOUNTROOT, { .vfs_mountroot = nfs_mountroot }, in nfsinit()
H A Dnfs3_vfsops.c162 VFSNAME_MOUNTROOT, { .vfs_mountroot = nfs3_mountroot }, in nfs3init()
H A Dnfs4_vfsops.c198 VFSNAME_MOUNTROOT, { .vfs_mountroot = nfs4_mountroot }, in nfs4init()
/titanic_41/usr/src/uts/common/fs/
H A Dvfs.c291 return (*(vfsp)->vfs_op->vfs_mountroot)(vfsp, reason); in fsop_mountroot()
346 VFSNAME_MOUNTROOT, offsetof(vfsops_t, vfs_mountroot), in fs_copyfsops()
859 vfs_mountroot(void) in vfs_mountroot() function
H A Dfem.c1882 func = (int (*)()) vfsp->vfs_op->vfs_mountroot; in fshead_mountroot()
1890 vfsop_find(&farg, &func, int, &arg0, vfs_mountroot, in fshead_mountroot()
2825 vfsop_find(vf, &func, int, &arg0, vfs_mountroot, fsemop_mountroot); in vfsnext_mountroot()
/titanic_41/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c258 VFSNAME_MOUNTROOT, { .vfs_mountroot = hsfs_mountroot }, in hsfsinit()
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1921 VFSNAME_MOUNTROOT, { .vfs_mountroot = udf_mountroot }, in udfinit()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c2080 VFSNAME_MOUNTROOT, { .vfs_mountroot = ufs_mountroot }, in ufsinit()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c88 VFSNAME_MOUNTROOT, { .vfs_mountroot = zfs_mountroot },