Searched refs:vfs_root (Results 1 – 7 of 7) sorted by relevance
236 .vfs_root = mockfs_root,
507 .vfs_root = devfs_root,
546 .vfs_root = bindfs_root,
576 .vfs_root = nullfs_root,
481 .vfs_root = routefs_root,
631 int (*vfs_root)(struct mount *mp, struct vnode **vpp, vfs_context_t context); member
266 if ((mp == dead_mountp) || (mp->mnt_op->vfs_root == 0)) { in VFS_ROOT()274 error = (*mp->mnt_op->vfs_root)(mp, vpp, ctx); in VFS_ROOT()