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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Darc.h163 arc_buf_t *arc_alloc_buf(spa_t *spa, void *tag, arc_buf_contents_t type,
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddbuf.c984 buf = arc_alloc_buf(db->db_objset->os_spa,
1045 dbuf_set_data(db, arc_alloc_buf(db->db_objset->os_spa, db, type,
1144 dr->dt.dl.dr_data = arc_alloc_buf(spa, db, type, size);
1274 dbuf_set_data(db, arc_alloc_buf(spa, db, type, db->db.db_size));
1454 buf = arc_alloc_buf(dn->dn_objset->os_spa, db, type, size);
2693 arc_alloc_buf(dn->dn_objset->os_spa, db, type,
3262 *datap = arc_alloc_buf(os->os_spa, db, type, psize);
H A Ddmu_objset.c395 arc_buf_t *buf = arc_alloc_buf(spa, &os->os_phys_buf,
409 os->os_phys_buf = arc_alloc_buf(spa, &os->os_phys_buf,
H A Darc.c2923 arc_buf_t *buf = arc_alloc_buf(spa, arc_onloan_tag,
3405 arc_alloc_buf(spa_t *spa, void *tag, arc_buf_contents_t type, int32_t size) function
3419 * Allocate a compressed buf in the same manner as arc_alloc_buf. Don't use this
H A Ddmu_send.c735 abuf = arc_alloc_buf(spa, &abuf, ARC_BUFC_DATA,

Completed in 210 milliseconds