Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Darc.h259 arc_buf_t *arc_alloc_buf(spa_t *spa, void *tag, arc_buf_contents_t type,
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_objset.c479 arc_buf_t *buf = arc_alloc_buf(spa, &os->os_phys_buf, in dmu_objset_open_impl()
493 os->os_phys_buf = arc_alloc_buf(spa, &os->os_phys_buf, in dmu_objset_open_impl()
H A Ddbuf.c1124 data = arc_alloc_buf(spa, db, type, psize); in dbuf_alloc_arcbuf_from_arcbuf()
1134 return (arc_alloc_buf(spa, db, DBUF_GET_BUFC_TYPE(db), db->db.db_size)); in dbuf_alloc_arcbuf()
1909 buf = arc_alloc_buf(dn->dn_objset->os_spa, db, type, size); in dbuf_new_size()
H A Ddmu_send.c980 srdp->abuf = arc_alloc_buf(spa, &srdp->abuf, in do_dump()
H A Darc.c2910 arc_buf_t *buf = arc_alloc_buf(spa, arc_onloan_tag, in arc_loan_buf()
3628 arc_alloc_buf(spa_t *spa, void *tag, arc_buf_contents_t type, int32_t size) in arc_alloc_buf() function