Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dabd.c260 ASSERT3U(abd->abd_size, >, 0); in abd_verify()
319 abd->abd_size = size; in abd_alloc()
373 abd->abd_size = size; in abd_alloc_linear()
464 ASSERT3U(off, <=, sabd->abd_size); in abd_get_offset_impl()
503 abd->abd_size = sabd->abd_size - off; in abd_get_offset_impl()
514 size_t size = sabd->abd_size > off ? sabd->abd_size - off : 0; in abd_get_offset()
547 abd->abd_size = size; in abd_get_from_buf()
568 abd->abd_size, abd); in abd_put()
597 ASSERT3U(abd->abd_size, >=, n); in abd_borrow_buf()
630 ASSERT3U(abd->abd_size, >=, n); in abd_return_buf()
[all …]
H A Dvdev_raidz.c317 ASSERT3S(tmp->abd_size, >=, col->rc_size); in vdev_raidz_cksum_report()
318 ASSERT3S(col->rc_abd->abd_size, >=, col->rc_size); in vdev_raidz_cksum_report()
828 ASSERT3S(dst->abd_size, >=, rm->rm_col[x].rc_size); in vdev_raidz_reconstruct_p()
829 ASSERT3S(src->abd_size, >=, rm->rm_col[x].rc_size); in vdev_raidz_reconstruct_p()
869 ASSERT3S(dst->abd_size, >=, size); in vdev_raidz_reconstruct_q()
870 ASSERT3S(src->abd_size, >=, size); in vdev_raidz_reconstruct_q()
1373 ASSERT3S(bufs[c]->abd_size, >=, col->rc_size); in vdev_raidz_reconstruct_general()
1470 ASSERT3S(bufs[c]->abd_size, >=, col->rc_size); in vdev_raidz_reconstruct_general()
2124 ASSERT3S(orig[i]->abd_size, >=, rc->rc_size); in vdev_raidz_combrec()
2125 ASSERT3S(rc->rc_abd->abd_size, >=, rc->rc_size); in vdev_raidz_combrec()
[all …]
H A Dvdev_indirect.c1616 abd_zero(ic->ic_data, ic->ic_data->abd_size); in vdev_indirect_splits_damage()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dabd.h40 uint_t abd_size; /* excludes scattered abd_offset */ member
/illumos-gate/usr/src/cmd/raidz_test/
H A Draidz_test.c189 CODE_COL(rm, i)->abd_size) != 0) { in cmp_code()
206 DATA_COL(opts->rm_golden, i)->abd_size) != 0) { in cmp_data()