Home
last modified time | relevance | path

Searched refs:dmu_buf_t (Results 1 – 25 of 42) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddmu.h351 } dmu_buf_t; typedef
544 dmu_buf_t **dbp);
546 void *tag, dmu_buf_t **dbp);
547 int dmu_spill_hold_existing(dmu_buf_t *bonus, void *tag, dmu_buf_t **dbp);
564 void *tag, dmu_buf_t **, int flags);
569 dmu_buf_t ***dbpp, uint32_t flags);
602 int *numbufsp, dmu_buf_t ***dbpp);
657 dmu_buf_t **dbu_clear_on_evict_dbufp;
726 void *dmu_buf_get_user(dmu_buf_t *db);
730 void dmu_buf_dnode_exit(dmu_buf_t *db);
[all …]
H A Dsa.h124 int sa_handle_get_from_db(objset_t *, dmu_buf_t *, void *userp,
127 int sa_buf_hold(objset_t *, uint64_t, void *, dmu_buf_t **);
128 void sa_buf_rele(dmu_buf_t *, void *);
141 dmu_buf_t *sa_get_db(sa_handle_t *);
H A Ddbuf.h205 dmu_buf_t db;
339 int dbuf_spill_set_blksz(dmu_buf_t *db, uint64_t blksz, dmu_tx_t *tx);
357 boolean_t dbuf_try_add_ref(dmu_buf_t *db, objset_t *os, uint64_t obj,
368 void dmu_buf_will_not_fill(dmu_buf_t *db, dmu_tx_t *tx);
369 void dmu_buf_will_fill(dmu_buf_t *db, dmu_tx_t *tx);
370 void dmu_buf_fill_done(dmu_buf_t *db, dmu_tx_t *tx);
376 void dmu_buf_write_embedded(dmu_buf_t *dbuf, void *data,
383 void dmu_buf_redact(dmu_buf_t *dbuf, dmu_tx_t *tx);
H A Dsa_impl.h214 dmu_buf_t *sa_bonus;
215 dmu_buf_t *sa_spill;
236 (dmu_get_bonustype((dmu_buf_t *)db))
H A Dbpobj.h68 dmu_buf_t *bpo_dbuf;
69 dmu_buf_t *bpo_cached_dbuf;
H A Ddmu_impl.h251 void *, dmu_buf_t **);
H A Dvdev_indirect_births.h52 dmu_buf_t *vib_dbuf;
H A Dvdev_indirect_mapping.h93 dmu_buf_t *vim_dbuf;
H A Ddsl_bookmark.h75 dmu_buf_t *rl_dbuf;
H A Dzap_leaf.h167 dmu_buf_t *l_dbuf;
H A Dspace_map.h99 dmu_buf_t *sm_dbuf; /* space_map_phys_t dbuf */
H A Ddsl_dir.h101 dmu_buf_t *dd_dbuf;
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu.c441 dmu_spill_hold_existing(dmu_buf_t *bonus, void *tag, dmu_buf_t **dbp) in dmu_spill_hold_existing()
471 dmu_buf_t **dbp) in dmu_spill_hold_by_bonus()
499 dmu_buf_t **dbp; in dmu_buf_hold_array_by_dnode()
980 dmu_buf_t **dbp; in dmu_read_impl()
1090 dmu_buf_t **dbp; in dmu_write()
1109 dmu_buf_t **dbp; in dmu_write_by_dnode()
1125 dmu_buf_t **dbp; in dmu_prealloc()
1147 dmu_buf_t *db; in dmu_write_embedded()
1166 dmu_buf_t **dbp; in dmu_redact()
1179 dmu_buf_t **dbp; in dmu_read_uio_dnode()
[all …]
H A Dbptree.c63 dmu_buf_t *db; in bptree_alloc()
90 dmu_buf_t *db; in bptree_free()
107 dmu_buf_t *db; in bptree_is_empty()
122 dmu_buf_t *db; in bptree_add()
194 dmu_buf_t *db; in bptree_iterate()
H A Dzfs_sa.c76 dmu_buf_t *db = sa_get_db(zp->z_sa_hdl); in zfs_sa_readlink()
86 dmu_buf_t *dbp; in zfs_sa_readlink()
100 dmu_buf_t *db = sa_get_db(zp->z_sa_hdl); in zfs_sa_symlink()
109 dmu_buf_t *dbp; in zfs_sa_symlink()
138 dmu_buf_t *db = sa_get_db(zp->z_sa_hdl); in zfs_sa_get_scanstamp()
171 dmu_buf_t *db = sa_get_db(zp->z_sa_hdl); in zfs_sa_set_scanstamp()
284 dmu_buf_t *db = sa_get_db(hdl); in zfs_sa_upgrade()
H A Dzap.c137 dmu_buf_t *db; in fzap_upgrade()
197 dmu_buf_t *db_old; in zap_table_grow()
204 dmu_buf_t *db_new; in zap_table_grow()
257 dmu_buf_t *db; in zap_table_store()
268 dmu_buf_t *db2; in zap_table_store()
305 dmu_buf_t *db; in zap_table_load()
370 dmu_buf_t *db_new; in zap_grow_ptrtbl()
472 zap_open_leaf(uint64_t blkid, dmu_buf_t *db) in zap_open_leaf()
521 dmu_buf_t *db; in zap_get_leaf_byblk()
1366 dmu_buf_t *db; in fzap_get_stats()
H A Dspace_map.c101 dmu_buf_t *db; in space_map_iterate()
206 dmu_buf_t *db; in space_map_reversed_last_block_entries()
550 maptype_t maptype, uint64_t vdev_id, uint8_t words, dmu_buf_t **dbp, in space_map_write_seg()
565 dmu_buf_t *db = *dbp; in space_map_write_seg()
673 dmu_buf_t *db; in space_map_write_impl()
H A Ddbuf.c161 dmu_buf_t **clear_on_evict_dbufp);
2477 dmu_buf_is_dirty(dmu_buf_t *db_fake, dmu_tx_t *tx) in dmu_buf_is_dirty()
2567 dmu_buf_fill_done(dmu_buf_t *dbuf, dmu_tx_t *tx) in dmu_buf_fill_done()
2633 dmu_buf_redact(dmu_buf_t *dbuf, dmu_tx_t *tx) in dmu_buf_redact()
3593 dmu_buf_rele(dmu_buf_t *db, void *tag) in dmu_buf_rele()
3754 dmu_buf_user_refcount(dmu_buf_t *db_fake) in dmu_buf_user_refcount()
3807 dmu_buf_get_user(dmu_buf_t *db_fake) in dmu_buf_get_user()
3822 dmu_buf_get_blkptr(dmu_buf_t *db) in dmu_buf_get_blkptr()
3829 dmu_buf_get_objset(dmu_buf_t *db) in dmu_buf_get_objset()
3836 dmu_buf_dnode_enter(dmu_buf_t *db) in dmu_buf_dnode_enter()
[all …]
H A Dspa_history.c89 dmu_buf_t *dbp; in spa_history_create_obj()
258 dmu_buf_t *dbp; in spa_history_log_sync()
414 dmu_buf_t *dbp; in spa_history_get()
H A Dbpobj.c103 dmu_buf_t *dbuf = NULL; in bpobj_free()
284 dmu_buf_t *dbuf = NULL; in bpobj_iterate_blkptrs()
711 dmu_buf_t *subdb; in bpobj_enqueue_subobj()
740 dmu_buf_t *bps; in bpobj_enqueue_subobj()
H A Dsa.c556 dmu_buf_t *db, sa_buf_type_t buftype, int full_space, int *index, in sa_find_sizes()
1368 dmu_buf_t *db = hdl->sa_bonus; in sa_handle_destroy()
1389 sa_handle_get_from_db(objset_t *os, dmu_buf_t *db, void *userp, in sa_handle_get_from_db()
1442 dmu_buf_t *db; in sa_handle_get()
1453 sa_buf_hold(objset_t *objset, uint64_t obj_num, void *tag, dmu_buf_t **db) in sa_buf_hold()
1459 sa_buf_rele(dmu_buf_t *db, void *tag) in sa_buf_rele()
1535 dmu_buf_t *db = sa_get_db(hdl); in sa_add_projid()
2000 dmu_buf_t *saved_spill; in sa_bulk_update_impl()
2149 dmu_buf_t *
H A Dzap_micro.c410 mzap_open(objset_t *os, uint64_t obj, dmu_buf_t *db) in mzap_open()
508 zap_lockdir_impl(dmu_buf_t *db, void *tag, dmu_tx_t *tx, in zap_lockdir_impl()
586 dmu_buf_t *db; in zap_lockdir_by_dnode()
611 dmu_buf_t *db; in zap_lockdir()
703 dmu_buf_t *db; in mzap_create_impl()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Ddmu_os.c83 uint64_t length, int read, void *tag, int *numbufsp, dmu_buf_t ***dbpp) in dmu_buf_hold_array()
104 dmu_buf_t **dbp; in dmu_write_pages()
120 dmu_buf_t *db = dbp[i]; in dmu_write_pages()
164 dmu_buf_t **dbp; in dmu_read_pages()
165 dmu_buf_t *db; in dmu_read_pages()
H A Dzfs_znode.c343 dmu_buf_t *db, dmu_object_type_t obj_type, sa_handle_t *sa_hdl) in zfs_znode_sa_init()
400 zfs_znode_alloc(zfsvfs_t *zfsvfs, dmu_buf_t *db, int blksz, in zfs_znode_alloc()
559 dmu_buf_t *db; in zfs_mknode()
914 dmu_buf_t *db; in zfs_zget()
1054 dmu_buf_t *db; in zfs_rezget()
1772 dmu_buf_t **db, void *tag) in zfs_grab_sa_handle()
1819 dmu_buf_t *sa_db; in zfs_obj_to_pobj()
1890 dmu_buf_t *prevdb = NULL; in zfs_obj_to_path_impl()
1891 dmu_buf_t *sa_db = NULL; in zfs_obj_to_path_impl()
1972 dmu_buf_t *db; in zfs_obj_to_path()
[all …]
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode.c330 dmu_buf_t *db, dmu_object_type_t obj_type, sa_handle_t *sa_hdl) in zfs_znode_sa_init()
522 zfs_znode_alloc(zfsvfs_t *zfsvfs, dmu_buf_t *db, int blksz, in zfs_znode_alloc()
674 dmu_buf_t *db; in zfs_mknode()
1057 dmu_buf_t *db; in zfs_zget()
1165 dmu_buf_t *db; in zfs_rezget()
1987 dmu_buf_t **db, void *tag) in zfs_grab_sa_handle()
2034 dmu_buf_t *sa_db; in zfs_obj_to_pobj()
2105 dmu_buf_t *prevdb = NULL; in zfs_obj_to_path_impl()
2106 dmu_buf_t *sa_db = NULL; in zfs_obj_to_path_impl()
2187 dmu_buf_t *db; in zfs_obj_to_path()
[all …]

12