Home
last modified time | relevance | path

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

/titanic_44/usr/src/ucbhead/sys/
H A Dvfs.h125 enum whymountroot { ROOT_INIT, ROOT_REMOUNT, ROOT_UNMOUNT }; enum
126 typedef enum whymountroot whymountroot_t;
140 int (*vfs_mountroot)(struct vfs *, enum whymountroot);
/titanic_44/usr/src/uts/common/sys/
H A Dvfs.h319 enum whymountroot { ROOT_INIT, ROOT_REMOUNT, ROOT_UNMOUNT}; enum
320 typedef enum whymountroot whymountroot_t;
344 int (*vfs_mountroot)(vfs_t *, enum whymountroot); \
361 extern int fsop_mountroot(vfs_t *, enum whymountroot);
H A Dfem.h291 enum whymountroot reason); \
413 extern int vfsnext_mountroot(fsemarg_t *vf, enum whymountroot reason);
/titanic_44/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()
/titanic_44/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c93 enum whymountroot, dev_t, char *, struct cred *, int32_t);
114 static int32_t udf_mountroot(struct vfs *vfsp, enum whymountroot);
187 enum whymountroot why; in udf_mount()
547 udf_mountroot(struct vfs *vfsp, enum whymountroot why) in udf_mountroot()
616 enum whymountroot why, dev_t dev, char *name, in ud_mountfs()
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c255 static int mountfs(struct vfs *, enum whymountroot, struct vnode *, char *,
271 enum whymountroot why = ROOT_INIT; in ufs_mount()
466 ufs_mountroot(struct vfs *vfsp, enum whymountroot why) in ufs_mountroot()
798 mountfs(struct vfs *vfsp, enum whymountroot why, struct vnode *devvp, in mountfs()
/titanic_44/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c228 static int hsfs_mountroot(struct vfs *, enum whymountroot);
1456 hsfs_mountroot(struct vfs *vfsp, enum whymountroot why) in hsfs_mountroot()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c80 static int zfs_mountroot(vfs_t *vfsp, enum whymountroot);
1481 zfs_mountroot(vfs_t *vfsp, enum whymountroot why) in zfs_mountroot()
/titanic_44/usr/src/uts/common/fs/
H A Dfem.c1871 fshead_mountroot(vfs_t *vfsp, enum whymountroot reason) in fshead_mountroot()
2818 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()