Searched refs:dmu_buf_t (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu.h301 } dmu_buf_t; typedef in typeref:struct:dmu_buf
430 * dmu_buf_t with db_offset==-1ULL, and db_size = the size of the bonus
439 int dmu_bonus_hold(objset_t *os, uint64_t object, void *tag, dmu_buf_t **);
441 int dmu_set_bonus(dmu_buf_t *, int, dmu_tx_t *);
442 int dmu_set_bonustype(dmu_buf_t *, dmu_object_type_t, dmu_tx_t *);
443 dmu_object_type_t dmu_get_bonustype(dmu_buf_t *);
450 int dmu_spill_hold_by_bonus(dmu_buf_t *bonus, void *tag, dmu_buf_t **dbp);
452 void *tag, dmu_buf_t **dbp);
453 int dmu_spill_hold_existing(dmu_buf_t *bonu
[all...]
H A Dsa.h120 int sa_handle_get_from_db(objset_t *, dmu_buf_t *, void *userp,
123 int sa_buf_hold(objset_t *, uint64_t, void *, dmu_buf_t **);
124 void sa_buf_rele(dmu_buf_t *, void *);
139 dmu_buf_t *sa_get_db(sa_handle_t *);
H A Ddbuf.h160 dmu_buf_t db;
277 int dbuf_spill_set_blksz(dmu_buf_t *db, uint64_t blksz, dmu_tx_t *tx);
293 boolean_t dbuf_try_add_ref(dmu_buf_t *db, objset_t *os, uint64_t obj,
304 void dmu_buf_will_not_fill(dmu_buf_t *db, dmu_tx_t *tx);
305 void dmu_buf_will_fill(dmu_buf_t *db, dmu_tx_t *tx);
306 void dmu_buf_fill_done(dmu_buf_t *db, dmu_tx_t *tx);
310 void dmu_buf_write_embedded(dmu_buf_t *dbuf, void *data,
H A Dbpobj.h64 dmu_buf_t *bpo_dbuf;
65 dmu_buf_t *bpo_cached_dbuf;
H A Ddmu_impl.h311 void *, dmu_buf_t **);
H A Dsa_impl.h216 dmu_buf_t *sa_bonus;
217 dmu_buf_t *sa_spill;
238 (dmu_get_bonustype((dmu_buf_t *)db))
H A Dspace_map.h86 dmu_buf_t *sm_dbuf; /* space_map_phys_t dbuf */
H A Dzap_leaf.h160 dmu_buf_t *l_dbuf;
H A Ddsl_dir.h95 dmu_buf_t *dd_dbuf;
H A Ddsl_dataset.h149 dmu_buf_t *ds_dbuf;
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu.c135 void *tag, dmu_buf_t **dbp)
155 void *tag, dmu_buf_t **dbp)
182 void *tag, dmu_buf_t **dbp, int flags)
205 void *tag, dmu_buf_t **dbp, int flags)
233 dmu_set_bonus(dmu_buf_t *db_fake, int newsize, dmu_tx_t *tx)
256 dmu_set_bonustype(dmu_buf_t *db_fake, dmu_object_type_t type, dmu_tx_t *tx)
279 dmu_get_bonustype(dmu_buf_t *db_fake)
312 dmu_bonus_hold(objset_t *os, uint64_t object, void *tag, dmu_buf_t **dbp)
362 dmu_spill_hold_by_dnode(dnode_t *dn, uint32_t flags, void *tag, dmu_buf_t **dbp)
385 dmu_spill_hold_existing(dmu_buf_t *bonu
[all...]
H A Dzfs_sa.c73 dmu_buf_t *db = sa_get_db(zp->z_sa_hdl);
83 dmu_buf_t *dbp;
97 dmu_buf_t *db = sa_get_db(zp->z_sa_hdl);
107 dmu_buf_t *dbp;
136 dmu_buf_t *db = sa_get_db(zp->z_sa_hdl);
169 dmu_buf_t *db = sa_get_db(zp->z_sa_hdl);
197 dmu_buf_t *db = sa_get_db(hdl);
H A Dbptree.c65 dmu_buf_t *db;
92 dmu_buf_t *db;
109 dmu_buf_t *db;
124 dmu_buf_t *db;
193 dmu_buf_t *db;
H A Dspa_history.c88 dmu_buf_t *dbp;
203 dmu_buf_t *dbp;
343 dmu_buf_t *dbp;
H A Dsa.c546 dmu_buf_t *db, sa_buf_type_t buftype, int *index, int *total,
1343 dmu_buf_t *db = hdl->sa_bonus;
1357 dmu_buf_rele((dmu_buf_t *)hdl->sa_spill, NULL);
1364 sa_handle_get_from_db(objset_t *os, dmu_buf_t *db, void *userp,
1415 dmu_buf_t *db;
1426 sa_buf_hold(objset_t *objset, uint64_t obj_num, void *tag, dmu_buf_t **db)
1432 sa_buf_rele(dmu_buf_t *db, void *tag)
1924 dmu_object_info_from_db((dmu_buf_t *)hdl->sa_bonus, doi);
1930 dmu_object_size_from_db((dmu_buf_t *)hdl->sa_bonus,
1940 dmu_buf_t *
[all...]
H A Dzfs_znode.c105 znode_evict_error(dmu_buf_t *dbuf, void *user_ptr)
548 dmu_buf_t *db, dmu_object_type_t obj_type, sa_handle_t *sa_hdl)
605 zfs_znode_alloc(zfsvfs_t *zfsvfs, dmu_buf_t *db, int blksz,
769 dmu_buf_t *db;
1113 dmu_buf_t *db;
1244 dmu_buf_t *db;
1949 dmu_buf_t **db, void *tag)
1976 zfs_release_sa_handle(sa_handle_t *hdl, dmu_buf_t *db, void *tag)
1996 dmu_buf_t *sa_db;
2067 dmu_buf_t *prevd
[all...]
H A Dzap.c76 dmu_buf_t *db;
149 dmu_buf_t *db_old, *db_new;
226 dmu_buf_t *db;
246 dmu_buf_t *db2;
272 dmu_buf_t *db;
348 dmu_buf_t *db_new;
460 zap_open_leaf(uint64_t blkid, dmu_buf_t *db)
511 dmu_buf_t *db;
1337 dmu_buf_t *db;
H A Dbpobj.c100 dmu_buf_t *dbuf = NULL;
211 dmu_buf_t *dbuf = NULL;
426 dmu_buf_t *subdb;
H A Ddbuf.c1859 dmu_buf_will_dirty(dmu_buf_t *db_fake, dmu_tx_t *tx)
1900 dmu_buf_will_not_fill(dmu_buf_t *db_fake, dmu_tx_t *tx)
1910 dmu_buf_will_fill(dmu_buf_t *db_fake, dmu_tx_t *tx)
1949 dmu_buf_write_embedded(dmu_buf_t *dbuf, void *data,
2661 dbuf_spill_set_blksz(dmu_buf_t *db_fake, uint64_t blksz, dmu_tx_t *tx)
2699 dbuf_try_add_ref(dmu_buf_t *db_fake, objset_t *os, uint64_t obj, uint64_t blkid,
2736 dmu_buf_rele(dmu_buf_t *db, void *tag)
2861 dmu_buf_replace_user(dmu_buf_t *db_fake, dmu_buf_user_t *old_user,
2879 dmu_buf_set_user(dmu_buf_t *db_fake, dmu_buf_user_t *user)
2885 dmu_buf_set_user_ie(dmu_buf_t *db_fak
[all...]
H A Dzfs_fuid.c117 dmu_buf_t *db;
232 dmu_buf_t *db;
H A Dzap_micro.c372 mzap_open(objset_t *os, uint64_t obj, dmu_buf_t *db)
464 zap_lockdir_impl(dmu_buf_t *db, void *tag, dmu_tx_t *tx,
540 dmu_buf_t *db;
558 dmu_buf_t *db;
632 dmu_buf_t *db;
H A Ddsl_dir.c164 dmu_buf_t *dbuf;
224 dmu_buf_t *origin_bonus;
893 dmu_buf_t *dbuf;
H A Ddmu_objset.c1430 FTAG, (dmu_buf_t **)&db);
1493 dmu_buf_rele((dmu_buf_t *)db, FTAG);
1526 dmu_buf_t *db;
H A Ddsl_deadlist.c464 dmu_buf_t *bonus;
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c1300 ztest_bt_bonus(dmu_buf_t *db)
1431 dmu_buf_t *db;
1571 dmu_buf_t *db;
1729 dmu_buf_t *db;
1852 dmu_buf_t *db;
1969 dmu_buf_t *db;
3837 dmu_buf_t *bonus_db;
3983 dmu_buf_t *dbt;
5052 dmu_buf_t *db;

Completed in 314 milliseconds

12