Searched refs:arc_alloc_buf (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc.h162 arc_buf_t *arc_alloc_buf(spa_t *spa, void *tag, arc_buf_contents_t type,
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddbuf.c976 dbuf_set_data(db, arc_alloc_buf(db->db_objset->os_spa, db, type,
1075 dr->dt.dl.dr_data = arc_alloc_buf(spa, db, type, size);
1203 dbuf_set_data(db, arc_alloc_buf(spa, db, type, db->db.db_size));
1413 buf = arc_alloc_buf(dn->dn_objset->os_spa, db, type, size);
2606 arc_alloc_buf(dn->dn_objset->os_spa, db, type,
3157 *datap = arc_alloc_buf(os->os_spa, db, type, psize);
H A Ddmu_objset.c342 arc_buf_t *buf = arc_alloc_buf(spa, &os->os_phys_buf,
356 os->os_phys_buf = arc_alloc_buf(spa, &os->os_phys_buf,
H A Darc.c2510 arc_buf_t *buf = arc_alloc_buf(spa, arc_onloan_tag,
2980 arc_alloc_buf(spa_t *spa, void *tag, arc_buf_contents_t type, int32_t size) function
2994 * Allocate a compressed buf in the same manner as arc_alloc_buf. Don't use this
H A Ddmu_send.c703 abuf = arc_alloc_buf(spa, &abuf, ARC_BUFC_DATA,

Completed in 99 milliseconds