Searched refs:imgsrc_rootvnodes (Results 1 – 5 of 5) sorted by relevance
84 struct vnode *imgsrc_rootvnodes[MAX_IMAGEBOOT_NESTING]; /* [0] -> source volume, [1] -> first disk … variable
2302 vp = imgsrc_rootvnodes[height]; in get_imgsrc_rootvnode()2328 if (imgsrc_rootvnodes[0] == NULLVP) { in relocate_imageboot_source()
497 imgsrc_rootvnodes[height] = old_rootvnode; in imageboot_mount_image()891 struct vnode *vn = imgsrc_rootvnodes[i]; in imageboot_mount_ramdisk()894 imgsrc_rootvnodes[i] = NULLVP; in imageboot_mount_ramdisk()
3115 if (imgsrc_rootvnodes[0] == NULL) {3119 result = vnode_getwithref(imgsrc_rootvnodes[0]);3124 devvp = vnode_mount(imgsrc_rootvnodes[0])->mnt_devvp;3134 vnode_put(imgsrc_rootvnodes[0]);3151 if (imgsrc_rootvnodes[0] == NULLVP) {3159 rvp = imgsrc_rootvnodes[i];
362 extern struct vnode *imgsrc_rootvnodes[];