/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | dmu.h | 941 } dmu_object_info_t; typedef 968 int dmu_object_info(objset_t *os, uint64_t object, dmu_object_info_t *doi); 969 void __dmu_object_info_from_dnode(struct dnode *dn, dmu_object_info_t *doi); 971 void dmu_object_info_from_dnode(dnode_t *dn, dmu_object_info_t *doi); 973 void dmu_object_info_from_db(dmu_buf_t *db, dmu_object_info_t *doi);
|
H A D | sa.h | 138 void sa_object_info(sa_handle_t *, dmu_object_info_t *);
|
H A D | ddt_impl.h | 277 dmu_object_info_t *);
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | bpobj.c | 102 dmu_object_info_t doi; in bpobj_free() 153 dmu_object_info_t doi; in bpobj_open() 703 dmu_object_info_t doi; in bpobj_enqueue_subobj() 814 dmu_object_info_t doi; in bpobj_prefetch_subobj()
|
H A D | dbuf_stats.c | 69 dmu_object_info_t doi = { 0 }; in __dbuf_stats_hash_table_data()
|
H A D | spa_history.c | 285 dmu_object_info_t doi; in spa_history_log_sync() 452 dmu_object_info_t doi; in spa_history_get()
|
H A D | zfs_sa.c | 143 dmu_object_info_t doi; in zfs_sa_get_scanstamp() 176 dmu_object_info_t doi; in zfs_sa_set_scanstamp()
|
H A D | zvol.c | 226 dmu_object_info_t *doi; in zvol_get_stats() 234 doi = kmem_alloc(sizeof (dmu_object_info_t), KM_SLEEP); in zvol_get_stats() 242 kmem_free(doi, sizeof (dmu_object_info_t)); in zvol_get_stats() 339 dmu_object_info_t *doi = kmem_alloc(sizeof (*doi), KM_SLEEP); in zvol_set_volsize() 351 kmem_free(doi, sizeof (dmu_object_info_t)); in zvol_set_volsize()
|
H A D | dsl_deadlist.c | 306 dmu_object_info_t doi; in dsl_deadlist_open() 390 dmu_object_info_t doi; in dsl_deadlist_free() 876 dmu_object_info_t doi; in dsl_deadlist_merge()
|
H A D | ddt_stats.c | 195 dmu_object_info_t doi; in ddt_get_dedup_object_stats()
|
H A D | zfs_znode.c | 63 dmu_object_info_t doi; in zfs_grab_sa_handle()
|
H A D | space_map.c | 864 dmu_object_info_t doi; in space_map_truncate() 939 dmu_object_info_t doi; in space_map_free_obj()
|
H A D | dmu.c | 1672 dmu_object_info_t doi; in dmu_object_cached_size() 2742 __dmu_object_info_from_dnode(dnode_t *dn, dmu_object_info_t *doi) in __dmu_object_info_from_dnode() 2765 dmu_object_info_from_dnode(dnode_t *dn, dmu_object_info_t *doi) in dmu_object_info_from_dnode() 2781 dmu_object_info(objset_t *os, uint64_t object, dmu_object_info_t *doi) in dmu_object_info() 2800 dmu_object_info_from_db(dmu_buf_t *db_fake, dmu_object_info_t *doi) in dmu_object_info_from_db()
|
H A D | dmu_object.c | 404 dmu_object_info_t doi; in dmu_object_next()
|
H A D | vdev_indirect_mapping.c | 348 dmu_object_info_t doi; in vdev_indirect_mapping_open()
|
H A D | dmu_recv.c | 1675 const struct drr_object *drro, const dmu_object_info_t *doi, in receive_handle_existing_object() 1888 dmu_object_info_t doi; in receive_object() 2005 dmu_object_info_t slot_doi; in receive_object() 2183 dmu_object_info_t doi; in receive_freeobjects() 2873 dmu_object_info_t doi; in receive_read_record()
|
H A D | zcp_get.c | 371 dmu_object_info_t doi; in get_special_prop()
|
H A D | ddt.c | 444 dmu_object_info_t doi; in ddt_object_load() 494 dmu_object_info_t doi; in ddt_object_sync() 615 dmu_object_info_t *doi) in ddt_object_info()
|
H A D | ddt_log.c | 178 dmu_object_info_t doi; in ddt_log_update_stats()
|
H A D | dmu_traverse.c | 773 dmu_object_info_t doi; in traverse_pool()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zvol_os.c | 1384 dmu_object_info_t *doi; in zvol_os_create_minor() 1400 doi = kmem_alloc(sizeof (dmu_object_info_t), KM_SLEEP); in zvol_os_create_minor() 1509 kmem_free(doi, sizeof (dmu_object_info_t)); in zvol_os_create_minor()
|
H A D | zfs_znode_os.c | 920 dmu_object_info_t doi; in zfs_zget() 1058 dmu_object_info_t doi; in zfs_rezget()
|
H A D | zfs_dir.c | 292 dmu_object_info_t doi; in zfs_unlinked_drain()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zvol_os.c | 1611 dmu_object_info_t *doi; in zvol_os_create_minor() 1644 doi = kmem_alloc(sizeof (dmu_object_info_t), KM_SLEEP); in zvol_os_create_minor() 1727 kmem_free(doi, sizeof (dmu_object_info_t)); in zvol_os_create_minor()
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 1877 dmu_object_info_t doi; in ztest_bt_bonus() 2144 dmu_object_info_t doi; in ztest_replay_remove() 2201 dmu_object_info_t doi; in ztest_replay_write() 2500 dmu_object_info_t doi; in ztest_get_data() 2620 dmu_object_info_t doi; in ztest_lookup() 2825 dmu_object_info_t doi; in ztest_io() 4613 dmu_object_info_t doi; in ztest_objset_destroy_cb() 5365 dmu_object_info_t doi; in ztest_dmu_read_write_zcopy() 6197 dmu_object_info_t doi; in ztest_verify_dnode_bt()
|