Searched refs:vfs_mountroot (Results 1 – 15 of 15) sorted by relevance
/titanic_41/usr/src/ucbhead/sys/ |
H A D | vfs.h | 140 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 D | vfs.h | 94 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 D | vfs.h | 343 int (*vfs_mountroot)(vfs_t *, enum whymountroot); \ 499 void vfs_mountroot(void);
|
/titanic_41/usr/src/uts/common/fs/devfs/ |
H A D | devfs_vfsops.c | 136 VFSNAME_MOUNTROOT, { .vfs_mountroot = devfs_mountroot }, in devfsinit()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | main.c | 486 vfs_mountroot(); /* Mount the root file system */ in main()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_common.c | 333 VFSNAME_MOUNTROOT, { .vfs_mountroot = nfsdyn_mountroot }, in nfsdyninit()
|
H A D | nfs_vfsops.c | 164 VFSNAME_MOUNTROOT, { .vfs_mountroot = nfs_mountroot }, in nfsinit()
|
H A D | nfs3_vfsops.c | 162 VFSNAME_MOUNTROOT, { .vfs_mountroot = nfs3_mountroot }, in nfs3init()
|
H A D | nfs4_vfsops.c | 198 VFSNAME_MOUNTROOT, { .vfs_mountroot = nfs4_mountroot }, in nfs4init()
|
/titanic_41/usr/src/uts/common/fs/ |
H A D | vfs.c | 291 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 D | fem.c | 1882 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 D | hsfs_vfsops.c | 258 VFSNAME_MOUNTROOT, { .vfs_mountroot = hsfs_mountroot }, in hsfsinit()
|
/titanic_41/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 1921 VFSNAME_MOUNTROOT, { .vfs_mountroot = udf_mountroot }, in udfinit()
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 2080 VFSNAME_MOUNTROOT, { .vfs_mountroot = ufs_mountroot }, in ufsinit()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vfsops.c | 88 VFSNAME_MOUNTROOT, { .vfs_mountroot = zfs_mountroot },
|