Searched refs:tgt_col (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_raidz.c2675 uint64_t tgt_col = cvd->vdev_id; local
2685 if (b_start > tgt_col) /* avoid underflow */
2686 start_row = ((b_start - tgt_col - 1) / width) + 1;
2689 if (b_end > tgt_col)
2690 end_row = ((b_end - tgt_col - 1) / width) + 1;

Completed in 105 milliseconds