Searched refs:p_blkct (Results 1 – 1 of 1) sorted by relevance
2709 diskaddr_t p_blkct, p_blkst; in xdf_strategy() local2738 p_blkct = vdp->xdf_xdev_nblocks; in xdf_strategy()2743 if (cmlb_partinfo(vdp->xdf_vd_lbl, part, &p_blkct, in xdf_strategy()2758 if (blkno > p_blkct) { in xdf_strategy()2760 vdp->xdf_addr, (longlong_t)blkno, (uint64_t)p_blkct)); in xdf_strategy()2767 if (blkno == p_blkct) { in xdf_strategy()2787 if ((blkno + nblks) > p_blkct) { in xdf_strategy()2791 ((blkno + nblks) - p_blkct) * in xdf_strategy()2795 ((blkno + nblks) - p_blkct) << in xdf_strategy()3039 diskaddr_t p_blkct = 0; in xdf_open() local[all …]