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

12

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu.h191 } dmu_buf_t; typedef in typeref:struct:dmu_buf
323 * dmu_buf_t with db_offset==-1ULL, and db_size = the size of the bonus
330 int dmu_bonus_hold(objset_t *os, uint64_t object, void *tag, dmu_buf_t **);
332 int dmu_set_bonus(dmu_buf_t *, int, dmu_tx_t *);
338 * dmu_buf_rele(). You musn't access the dmu_buf_t after releasing your
339 * hold. You must have a hold on any dmu_buf_t* you pass to the DMU.
349 void *tag, dmu_buf_t **);
350 void dmu_buf_add_ref(dmu_buf_t *db, void* tag);
351 void dmu_buf_rele(dmu_buf_t *db, void *tag);
352 uint64_t dmu_buf_refcount(dmu_buf_t *d
[all...]
H A Dbplist.h67 dmu_buf_t *bpl_dbuf;
68 dmu_buf_t *bpl_cached_dbuf;
H A Ddbuf.h148 dmu_buf_t db;
265 void dmu_buf_will_not_fill(dmu_buf_t *db, dmu_tx_t *tx);
266 void dmu_buf_will_fill(dmu_buf_t *db, dmu_tx_t *tx);
267 void dmu_buf_fill_done(dmu_buf_t *db, dmu_tx_t *tx);
H A Ddsl_dir.h80 dmu_buf_t *dd_dbuf;
H A Dzap_impl.h188 void zap_evict(dmu_buf_t *db, void *vmzap);
H A Dzap_leaf.h157 dmu_buf_t *l_dbuf;
H A Ddsl_dataset.h110 dmu_buf_t *ds_dbuf;
H A Dzfs_znode.h223 dmu_buf_t *z_dbuf; /* buffer containing the z_phys */
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu.c97 void *tag, dmu_buf_t **dbp)
133 dmu_set_bonus(dmu_buf_t *db, int newsize, dmu_tx_t *tx)
149 dmu_bonus_hold(objset_t *os, uint64_t object, void *tag, dmu_buf_t **dbp)
189 int read, void *tag, int *numbufsp, dmu_buf_t ***dbpp, uint32_t flags)
192 dmu_buf_t **dbp;
223 dbp = kmem_zalloc(sizeof (dmu_buf_t *) * nblks, KM_SLEEP);
282 uint64_t length, int read, void *tag, int *numbufsp, dmu_buf_t ***dbpp)
300 dmu_buf_hold_array_by_bonus(dmu_buf_t *db, uint64_t offset,
301 uint64_t length, int read, void *tag, int *numbufsp, dmu_buf_t ***dbpp)
313 dmu_buf_rele_array(dmu_buf_t **dbp_fak
[all...]
H A Dzap.c53 static void zap_leaf_pageout(dmu_buf_t *db, void *vl);
75 dmu_buf_t *db;
150 dmu_buf_t *db_old, *db_new;
226 dmu_buf_t *db;
246 dmu_buf_t *db2;
271 dmu_buf_t *db;
335 dmu_buf_t *db_new;
437 zap_leaf_pageout(dmu_buf_t *db, void *vl)
446 zap_open_leaf(uint64_t blkid, dmu_buf_t *db)
497 dmu_buf_t *d
[all...]
H A Dspa_history.c83 dmu_buf_t *dbp;
197 dmu_buf_t *dbp;
312 dmu_buf_t *dbp;
H A Dzfs_znode.c107 znode_evict_error(dmu_buf_t *dbuf, void *user_ptr)
561 zfs_znode_dmu_init(zfsvfs_t *zfsvfs, znode_t *zp, dmu_buf_t *db)
595 dmu_buf_t *db = zp->z_dbuf;
614 zfs_znode_alloc(zfsvfs_t *zfsvfs, dmu_buf_t *db, int blksz)
713 dmu_buf_t *db;
916 dmu_buf_t *db;
1020 dmu_buf_t *db;
1631 dmu_buf_t *db;
H A Dzfs_fuid.c118 dmu_buf_t *db;
233 dmu_buf_t *db;
H A Ddbuf.c1286 dmu_buf_will_not_fill(dmu_buf_t *db_fake, dmu_tx_t *tx)
1296 dmu_buf_will_fill(dmu_buf_t *db_fake, dmu_tx_t *tx)
1900 dmu_buf_set_user(dmu_buf_t *db_fake, void *user_ptr, void *user_data_ptr_ptr,
1908 dmu_buf_set_user_ie(dmu_buf_t *db_fake, void *user_ptr, void *user_data_ptr_ptr,
1919 dmu_buf_update_user(dmu_buf_t *db_fake, void *old_user_ptr, void *user_ptr,
1944 dmu_buf_get_user(dmu_buf_t *db_fake)
1953 dmu_buf_freeable(dmu_buf_t *dbuf)
H A Ddsl_dir.c49 dsl_dir_evict(dmu_buf_t *db, void *arg)
79 dmu_buf_t *dbuf;
399 dmu_buf_t *dbuf;
H A Dzap_micro.c358 mzap_open(objset_t *os, uint64_t obj, dmu_buf_t *db)
448 dmu_buf_t *db;
577 dmu_buf_t *db;
679 zap_evict(dmu_buf_t *db, void *vzap)
H A Ddsl_dataset.c243 dsl_dataset_evict(dmu_buf_t *db, void *dsv)
280 dmu_buf_t *headdbuf;
346 dmu_buf_t *dbuf;
762 dmu_buf_t *dbuf;
1443 dsl_dataset_refs_gone(dmu_buf_t *db, void *argv)
1894 dmu_buf_t *dbuf;
H A Dvdev.c847 dmu_buf_t *db;
1699 dmu_buf_t *db;
1733 dmu_buf_t *db;
H A Ddmu_send.c988 dmu_buf_t *db;
1083 dmu_buf_t *dbp;
H A Ddmu_objset.c1170 dmu_buf_t *db;
H A Dzfs_vnops.c1028 dmu_buf_t *db;
3780 dmu_buf_t *dbp;
3858 dmu_buf_t *dbp;
H A Ddnode.c499 dnode_buf_pageout(dmu_buf_t *db, void *arg)
H A Dmetaslab.c923 dmu_buf_t *db;
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/cmd/ztest/
H A Dztest.c1074 ztest_bt_bonus(dmu_buf_t *db)
1203 dmu_buf_t *db;
1343 dmu_buf_t *db;
1501 dmu_buf_t *db;
1624 dmu_buf_t *db;
1734 dmu_buf_t *db;
3434 dmu_buf_t *bonus_db;
3580 dmu_buf_t *dbt;
4546 dmu_buf_t *db;
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c1269 dmu_buf_t *db = NULL;
1502 dmu_buf_t *db;

Completed in 162 milliseconds

12