Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Darc.h119 arc_buf_t *arc_buf_alloc(spa_t *spa, int size, void *tag,
/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddbuf.c678 dbuf_set_data(db, arc_buf_alloc(db->db_objset->os_spa, in dbuf_read_impl()
817 dbuf_set_data(db, arc_buf_alloc(spa, db->db.db_size, db, type)); in dbuf_noread()
873 dr->dt.dl.dr_data = arc_buf_alloc(spa, size, db, type); in dbuf_fix_old_data()
1102 buf = arc_buf_alloc(dn->dn_objset->os_spa, size, db, type); in dbuf_new_size()
2258 arc_buf_alloc(dn->dn_objset->os_spa, in dbuf_hold_impl()
2787 *datap = arc_buf_alloc(os->os_spa, blksz, db, type); in dbuf_sync_leaf()
H A Ddmu_objset.c336 arc_buf_t *buf = arc_buf_alloc(spa, in dmu_objset_open_impl()
352 os->os_phys_buf = arc_buf_alloc(spa, size, in dmu_objset_open_impl()
H A Darc.c2142 arc_buf_alloc(spa_t *spa, int32_t size, void *tag, arc_buf_contents_t type) in arc_buf_alloc() function
2224 buf = arc_buf_alloc(spa, size, arc_onloan_tag, ARC_BUFC_DATA); in arc_loan_buf()
4440 buf = arc_buf_alloc(spa, size, private, type); in arc_read()
H A Ddmu_send.c634 abuf = arc_buf_alloc(spa, blksz, &abuf, in do_dump()