Searched refs:abd_get_from_buf (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | abd.h | 61 abd_t *abd_get_from_buf(void *, size_t);
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zio.c | 1751 abd_t *cdata = abd_get_from_buf(cbuf, lsize); in zio_write_compress() 2508 abd_get_from_buf(gn->gn_gbh, SPA_GANGBLOCKSIZE); in zio_rewrite_gang() 2625 abd_t *gbh_abd = abd_get_from_buf(gn->gn_gbh, SPA_GANGBLOCKSIZE); in zio_gang_tree_assemble() 2865 gbh_abd = abd_get_from_buf(gbh, SPA_GANGBLOCKSIZE); in zio_write_gang_block() 4099 abd_t *babd = abd_get_from_buf(bswap_buf, psize); in zio_encrypt() 4162 eabd = abd_get_from_buf(enc_buf, psize); in zio_encrypt()
|
| H A D | abd.c | 599 abd_get_from_buf(void *buf, size_t size) in abd_get_from_buf() function
|
| H A D | arc.c | 1821 abd = abd_get_from_buf(tmpbuf, lsize); in arc_hdr_authenticate() 3038 hdr->b_l1hdr.b_pabd = abd_get_from_buf(buf->b_data, arc_buf_size(buf)); in arc_share_buf() 7135 abd_get_from_buf(buf->b_data, HDR_GET_LSIZE(hdr)), in arc_write() 10007 abd = abd_get_from_buf(l2dhdr, l2dhdr_asize); in l2arc_dev_hdr_read() 10327 cb->l2rcb_abd = abd_get_from_buf(lb, asize); in l2arc_log_blk_fetch() 10378 abd = abd_get_from_buf(l2dhdr, l2dhdr_asize); in l2arc_dev_hdr_update() 10413 abd_buf->abd = abd_get_from_buf(lb, sizeof (*lb)); in l2arc_log_blk_commit() 10476 abd_buf->abd = abd_get_from_buf(tmpbuf, sizeof (*lb)); in l2arc_log_blk_commit()
|
| H A D | dmu.c | 1664 abd_get_from_buf(zgd->zgd_db->db_data, zgd->zgd_db->db_size), in dmu_sync_late_arrival()
|
| H A D | zil.c | 1380 abd_t *lwb_abd = abd_get_from_buf(lwb->lwb_buf, in zil_lwb_write_open()
|
| H A D | dbuf.c | 4859 abd_get_from_buf(data->b_data, arc_buf_size(data)) : NULL; in dbuf_write()
|