Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbhead/sys/
H A Dvfs.h138 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/lib/smbclnt/libfknsmb/common/sys/
H A Dvfs.h334 int (*vfs_mountroot)(vfs_t *, enum whymountroot); \
494 void vfs_mountroot(void);
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h331 int (*vfs_mountroot)(vfs_t *, enum whymountroot); \
487 void vfs_mountroot(void);
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vfsops.c136 VFSNAME_MOUNTROOT, { .vfs_mountroot = devfs_mountroot }, in devfsinit()
/illumos-gate/usr/src/uts/common/os/
H A Dmain.c507 vfs_mountroot(); /* Mount the root file system */ in main()
/illumos-gate/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()
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vfs.c228 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 Dvfs.c292 return (*(vfsp)->vfs_op->vfs_mountroot)(vfsp, reason); in fsop_mountroot()
347 VFSNAME_MOUNTROOT, offsetof(vfsops_t, vfs_mountroot), in fs_copyfsops()
819 vfs_mountroot(void) in vfs_mountroot() function
H A Dfem.c1885 func = (int (*)()) vfsp->vfs_op->vfs_mountroot; in fshead_mountroot()
1893 vfsop_find(&farg, &func, int, &arg0, vfs_mountroot, in fshead_mountroot()
2829 vfsop_find(vf, &func, int, &arg0, vfs_mountroot, fsemop_mountroot); in vfsnext_mountroot()
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c259 VFSNAME_MOUNTROOT, { .vfs_mountroot = hsfs_mountroot }, in hsfsinit()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c2082 VFSNAME_MOUNTROOT, { .vfs_mountroot = ufs_mountroot }, in ufsinit()
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1920 VFSNAME_MOUNTROOT, { .vfs_mountroot = udf_mountroot }, in udfinit()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c95 VFSNAME_MOUNTROOT, { .vfs_mountroot = zfs_mountroot },