Home
last modified time | relevance | path

Searched refs:whymountroot (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/ucbhead/sys/
H A Dvfs.h123 enum whymountroot { ROOT_INIT, ROOT_REMOUNT, ROOT_UNMOUNT }; enum
124 typedef enum whymountroot whymountroot_t;
138 int (*vfs_mountroot)(struct vfs *, enum whymountroot);
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h306 enum whymountroot { ROOT_INIT, ROOT_REMOUNT, ROOT_UNMOUNT}; enum
307 typedef enum whymountroot whymountroot_t;
331 int (*vfs_mountroot)(vfs_t *, enum whymountroot); \
349 extern int fsop_mountroot(vfs_t *, enum whymountroot);
H A Dfem.h291 enum whymountroot reason); \
414 extern int vfsnext_mountroot(fsemarg_t *vf, enum whymountroot reason);
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vfsops.c70 static int devfs_mountroot(struct vfs *, enum whymountroot);
307 devfs_mountroot(struct vfs *vfsp, enum whymountroot why) in devfs_mountroot()
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c94 enum whymountroot, dev_t, char *, struct cred *, int32_t);
115 static int32_t udf_mountroot(struct vfs *vfsp, enum whymountroot);
188 enum whymountroot why; in udf_mount()
547 udf_mountroot(struct vfs *vfsp, enum whymountroot why) in udf_mountroot()
615 ud_mountfs(struct vfs *vfsp, enum whymountroot why, dev_t dev, char *name, in ud_mountfs()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c257 static int mountfs(struct vfs *, enum whymountroot, struct vnode *, char *,
272 enum whymountroot why = ROOT_INIT; in ufs_mount()
467 ufs_mountroot(struct vfs *vfsp, enum whymountroot why) in ufs_mountroot()
799 mountfs(struct vfs *vfsp, enum whymountroot why, struct vnode *devvp, in mountfs()
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c229 static int hsfs_mountroot(struct vfs *, enum whymountroot);
1457 hsfs_mountroot(struct vfs *vfsp, enum whymountroot why) in hsfs_mountroot()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c89 static int zfs_mountroot(vfs_t *vfsp, enum whymountroot);
1796 zfs_mountroot(vfs_t *vfsp, enum whymountroot why) in zfs_mountroot()
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_vfs.c226 fsop_mountroot(vfs_t *vfsp, enum whymountroot reason) in fsop_mountroot()
/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c1904 fshead_mountroot(vfs_t *vfsp, enum whymountroot reason) in fshead_mountroot()
2853 vfsnext_mountroot(fsemarg_t *vf, enum whymountroot reason) in vfsnext_mountroot()
H A Dvfs.c291 fsop_mountroot(vfs_t *vfsp, enum whymountroot reason) in fsop_mountroot()