Searched refs:vfs_mountroot (Results 1 – 15 of 15) sorted by relevance
| /illumos-gate/usr/src/ucbhead/sys/ |
| H A D | vfs.h | 138 int (*vfs_mountroot)(struct vfs *, enum whymountroot); member 148 int (*vfs_mountroot)(); /* mount the root filesystem */ 163 (*(vfsp)->vfs_op->vfs_mountroot)(vfsp, init) 185 void vfs_mountroot(void); 195 extern void vfs_mountroot(); /* mount the root */
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | vfs.h | 331 int (*vfs_mountroot)(vfs_t *, enum whymountroot); \ 492 void vfs_mountroot(void);
|
| /illumos-gate/usr/src/uts/common/fs/devfs/ |
| H A D | devfs_vfsops.c | 136 VFSNAME_MOUNTROOT, { .vfs_mountroot = devfs_mountroot }, in devfsinit()
|
| /illumos-gate/usr/src/uts/common/os/ |
| H A D | main.c | 507 vfs_mountroot(); /* Mount the root file system */ in main()
|
| /illumos-gate/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()
|
| /illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/ |
| H A D | fake_vfs.c | 228 return (*(vfsp)->vfs_op->vfs_mountroot)(vfsp, reason); in fsop_mountroot() 283 VFSNAME_MOUNTROOT, offsetof(vfsops_t, vfs_mountroot), in fs_copyfsops()
|
| /illumos-gate/usr/src/uts/common/fs/ |
| H A D | vfs.c | 293 return (*(vfsp)->vfs_op->vfs_mountroot)(vfsp, reason); in fsop_mountroot() 354 { VFSNAME_MOUNTROOT, offsetof(vfsops_t, vfs_mountroot), in fs_copyfsops() 839 vfs_mountroot(void) in vfs_mountroot() function
|
| H A D | fem.c | 1915 func = (int (*)()) vfsp->vfs_op->vfs_mountroot; in fshead_mountroot() 1923 vfsop_find(&farg, &func, int, &arg0, vfs_mountroot, in fshead_mountroot() 2860 vfsop_find(vf, &func, int, &arg0, vfs_mountroot, fsemop_mountroot); in vfsnext_mountroot()
|
| /illumos-gate/usr/src/uts/common/fs/hsfs/ |
| H A D | hsfs_vfsops.c | 259 VFSNAME_MOUNTROOT, { .vfs_mountroot = hsfs_mountroot }, in hsfsinit()
|
| /illumos-gate/usr/src/uts/common/fs/ufs/ |
| H A D | ufs_vfsops.c | 2093 VFSNAME_MOUNTROOT, { .vfs_mountroot = ufs_mountroot }, in ufsinit()
|
| /illumos-gate/usr/src/uts/common/fs/udfs/ |
| H A D | udf_vfsops.c | 1920 VFSNAME_MOUNTROOT, { .vfs_mountroot = udf_mountroot }, in udfinit()
|
| /illumos-gate/usr/src/uts/common/fs/zfs/ |
| H A D | zfs_vfsops.c | 98 VFSNAME_MOUNTROOT, { .vfs_mountroot = zfs_mountroot },
|