Searched refs:whymountroot (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/ucbhead/sys/ |
H A D | vfs.h | 125 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 D | vfs.h | 319 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 D | fem.h | 291 enum whymountroot reason); \ 413 extern int vfsnext_mountroot(fsemarg_t *vf, enum whymountroot reason);
|
/titanic_44/usr/src/uts/common/fs/devfs/ |
H A D | devfs_vfsops.c | 70 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 D | udf_vfsops.c | 93 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 D | ufs_vfsops.c | 255 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 D | hsfs_vfsops.c | 228 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 D | zfs_vfsops.c | 80 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 D | fem.c | 1871 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 D | vfs.c | 291 fsop_mountroot(vfs_t *vfsp, enum whymountroot reason) in fsop_mountroot()
|