Searched refs:arc_buf_alloc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| D | arc.h | 88 arc_buf_t *arc_buf_alloc(spa_t *spa, int size, void *tag,
|
| /freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | dbuf.c | 562 dbuf_set_data(db, arc_buf_alloc(db->db_objset->os_spa, in dbuf_read_impl() 699 dbuf_set_data(db, arc_buf_alloc(spa, db->db.db_size, db, type)); in dbuf_noread() 755 dr->dt.dl.dr_data = arc_buf_alloc(spa, size, db, type); in dbuf_fix_old_data() 967 buf = arc_buf_alloc(dn->dn_objset->os_spa, size, db, type); in dbuf_new_size() 1916 arc_buf_alloc(dn->dn_objset->os_spa, in dbuf_hold_impl() 2401 *datap = arc_buf_alloc(os->os_spa, blksz, db, type); in dbuf_sync_leaf()
|
| D | dmu_objset.c | 300 arc_buf_t *buf = arc_buf_alloc(spa, in dmu_objset_open_impl() 316 os->os_phys_buf = arc_buf_alloc(spa, size, in dmu_objset_open_impl()
|
| D | arc.c | 1489 arc_buf_alloc(spa_t *spa, int size, void *tag, arc_buf_contents_t type) in arc_buf_alloc() function 1531 buf = arc_buf_alloc(spa, size, arc_onloan_tag, ARC_BUFC_DATA); in arc_loan_buf() 3240 buf = arc_buf_alloc(spa, size, private, type); in arc_read()
|
| D | dmu_send.c | 436 abuf = arc_buf_alloc(spa, blksz, &abuf, in backup_cb()
|