Searched refs:xdf_vd_lbl (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/xen/io/ |
H A D | xdf.c | 604 vdp->xdf_vd_lbl, NULL)); in xdf_cmlb_attach() 2284 cmlb_invalidate(vdp->xdf_vd_lbl, NULL); in xdf_hvm_setpgeom() 2585 return (cmlb_ioctl(vdp->xdf_vd_lbl, dev, cmd, arg, mode, credp, in xdf_ioctl() 2743 if (cmlb_partinfo(vdp->xdf_vd_lbl, part, &p_blkct, in xdf_strategy() 2836 if (cmlb_partinfo(vdp->xdf_vd_lbl, part, &p_blkcnt, in xdf_read() 2869 if (cmlb_partinfo(vdp->xdf_vd_lbl, part, &p_blkcnt, in xdf_write() 2900 if (cmlb_partinfo(vdp->xdf_vd_lbl, part, &p_blkcnt, in xdf_aread() 2931 if (cmlb_partinfo(vdp->xdf_vd_lbl, part, &p_blkcnt, in xdf_awrite() 2968 if (cmlb_partinfo(vdp->xdf_vd_lbl, part, &p_blkcnt, &p_blkst, in xdf_dump() 3089 cmlb_invalidate(vdp->xdf_vd_lbl, NULL); in xdf_open() [all …]
|
H A D | xdf.h | 235 cmlb_handle_t xdf_vd_lbl; member
|