Searched refs:abd_get_from_buf (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | abd.h | 97 abd_t *abd_get_from_buf(void *, size_t);
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu.c | 1187 abd_t *data = abd_get_from_buf(buf, size); in dmu_read_impl() 1324 abd_t *data = abd_get_from_buf((void *)buf, size); in dmu_write_by_dnode() 2049 abd_get_from_buf(zgd->zgd_db->db_data, zgd->zgd_db->db_size), in dmu_sync_late_arrival()
|
H A D | zio.c | 2833 abd_get_from_buf(gn->gn_gbh, gn->gn_gangblocksize); in zio_rewrite_gang() 2969 abd_t *gbh_abd = abd_get_from_buf(gn->gn_gbh, gangblocksize); in zio_gang_tree_assemble() 3217 gbh_abd = abd_get_from_buf(gbh, gangblocksize); in zio_write_gang_block() 4993 abd_t *babd = abd_get_from_buf(bswap_buf, psize); in zio_encrypt() 5056 eabd = abd_get_from_buf(enc_buf, psize); in zio_encrypt()
|
H A D | abd.c | 648 abd_get_from_buf(void *buf, size_t size) in abd_get_from_buf() function
|
H A D | arc.c | 2997 hdr->b_l1hdr.b_pabd = abd_get_from_buf(buf->b_data, arc_buf_size(buf)); in arc_share_buf() 7119 abd_get_from_buf(buf->b_data, HDR_GET_LSIZE(hdr)), in arc_write() 10542 abd = abd_get_from_buf(l2dhdr, l2dhdr_asize); in l2arc_dev_hdr_read() 10869 cb->l2rcb_abd = abd_get_from_buf(lb, asize); in l2arc_log_blk_fetch() 10919 abd = abd_get_from_buf(l2dhdr, l2dhdr_asize); in l2arc_dev_hdr_update() 10954 abd_buf->abd = abd_get_from_buf(lb, sizeof (*lb)); in l2arc_log_blk_commit()
|
H A D | zil.c | 1975 abd_t *lwb_abd = abd_get_from_buf(lwb->lwb_buf, lwb->lwb_sz); in zil_lwb_write_issue()
|
H A D | dbuf.c | 5393 abd_get_from_buf(data->b_data, arc_buf_size(data)) : NULL; in dbuf_write()
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | zhack.c | 735 abd = abd_get_from_buf(data, abdsize); in zhack_repair_calc_cksum()
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 5388 abd_t *abd = abd_get_from_buf(data, VDEV_PHYS_SIZE); in label_cksum_valid()
|