Home
last modified time | relevance | path

Searched refs:p_blkct (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.c2749 diskaddr_t p_blkct, p_blkst; in xdf_strategy() local
2778 p_blkct = vdp->xdf_xdev_nblocks; in xdf_strategy()
2783 if (cmlb_partinfo(vdp->xdf_vd_lbl, part, &p_blkct, in xdf_strategy()
2798 if (blkno > p_blkct) { in xdf_strategy()
2807 if (blkno == p_blkct) { in xdf_strategy()
2827 if ((blkno + nblks) > p_blkct) { in xdf_strategy()
2831 ((blkno + nblks) - p_blkct) * in xdf_strategy()
2835 ((blkno + nblks) - p_blkct) << in xdf_strategy()
3079 diskaddr_t p_blkct = 0; in xdf_open() local
3140 if ((cmlb_partinfo(vdp->xdf_vd_lbl, part, &p_blkct, in xdf_open()
[all …]