Lines Matching refs:p_blkct
2749 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()
2800 vdp->xdf_addr, (longlong_t)blkno, (uint64_t)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()
3141 NULL, NULL, NULL, NULL) != 0) || (p_blkct == 0)) { in xdf_open()