Searched refs:ysize (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz_math_impl.h | 928 if (ysize < xsize) { in raidz_reconstruct_pq_impl() 961 if (ysize < xsize) in raidz_reconstruct_pq_impl() 966 if (ysize < xsize) in raidz_reconstruct_pq_impl() 1088 if (ysize < xsize) { in raidz_reconstruct_pr_impl() 1123 if (ysize < xsize) in raidz_reconstruct_pr_impl() 1128 if (ysize < xsize) in raidz_reconstruct_pr_impl() 1255 if (ysize < xsize) { in raidz_reconstruct_qr_impl() 1290 if (ysize < xsize) in raidz_reconstruct_qr_impl() 1295 if (ysize < xsize) in raidz_reconstruct_qr_impl() 1487 if (ysize < xsize) in raidz_reconstruct_pqr_impl() [all …]
|
| H A D | vdev_raidz.c | 936 uint64_t xsize, ysize; in vdev_raidz_reconstruct_pq() local 958 ysize = rr->rr_col[y].rc_size; in vdev_raidz_reconstruct_pq() 970 rr->rr_col[y].rc_size = ysize; in vdev_raidz_reconstruct_pq() 1001 ASSERT3U(xsize, >=, ysize); in vdev_raidz_reconstruct_pq() 1004 (void) abd_iterate_func2(xd, yd, 0, 0, ysize, in vdev_raidz_reconstruct_pq() 1006 (void) abd_iterate_func(xd, ysize, xsize - ysize, in vdev_raidz_reconstruct_pq()
|
| /f-stack/freebsd/sys/ |
| H A D | consio.h | 293 int ysize; member
|