whymountroot
fsop_mountroot(vfs_t *vfsp, enum whymountroot reason)
typedef enum whymountroot whymountroot_t;
int (*vfs_mountroot)(struct vfs *, enum whymountroot);
devfs_mountroot(struct vfs *vfsp, enum whymountroot why)
static int devfs_mountroot(struct vfs *, enum whymountroot);
fshead_mountroot(vfs_t *vfsp, enum whymountroot reason)
vfsnext_mountroot(fsemarg_t *vf, enum whymountroot reason)
hsfs_mountroot(struct vfs *vfsp, enum whymountroot why)
static int hsfs_mountroot(struct vfs *, enum whymountroot);
static int32_t udf_mountroot(struct vfs *vfsp, enum whymountroot);
enum whymountroot why;
udf_mountroot(struct vfs *vfsp, enum whymountroot why)
ud_mountfs(struct vfs *vfsp, enum whymountroot why, dev_t dev, char *name,
enum whymountroot, dev_t, char *, struct cred *, int32_t);
static int mountfs(struct vfs *, enum whymountroot, struct vnode *, char *,
enum whymountroot why = ROOT_INIT;
ufs_mountroot(struct vfs *vfsp, enum whymountroot why)
mountfs(struct vfs *vfsp, enum whymountroot why, struct vnode *devvp,
fsop_mountroot(vfs_t *vfsp, enum whymountroot reason)
zfs_mountroot(vfs_t *vfsp, enum whymountroot why)
static int zfs_mountroot(vfs_t *vfsp, enum whymountroot);
enum whymountroot reason); \
extern int vfsnext_mountroot(fsemarg_t *vf, enum whymountroot reason);
typedef enum whymountroot whymountroot_t;
int (*vfs_mountroot)(vfs_t *, enum whymountroot); \
extern int fsop_mountroot(vfs_t *, enum whymountroot);