Home
last modified time | relevance | path

Searched refs:bv_mos_entries_dnode (Results 1 – 2 of 2) sorted by relevance

/src/sys/contrib/openzfs/module/zfs/
H A Dbrt.c456 &brtvd->bv_mos_entries_dnode)); in brt_vdev_create()
457 dnode_set_storage_type(brtvd->bv_mos_entries_dnode, DMU_OT_DDT_ZAP); in brt_vdev_create()
590 &brtvd->bv_mos_entries_dnode)); in brt_vdev_load()
591 dnode_set_storage_type(brtvd->bv_mos_entries_dnode, DMU_OT_DDT_ZAP); in brt_vdev_load()
646 dnode_rele(brtvd->bv_mos_entries_dnode, brtvd); in brt_vdev_destroy()
647 brtvd->bv_mos_entries_dnode = NULL; in brt_vdev_destroy()
850 dnode_rele(brtvd->bv_mos_entries_dnode, brtvd); in brt_vdevs_free()
888 return (zap_lookup_uint64_by_dnode(brtvd->bv_mos_entries_dnode, in brt_entry_lookup()
892 return (zap_lookup_uint64_by_dnode(brtvd->bv_mos_entries_dnode, in brt_entry_lookup()
1173 (void) zap_prefetch_uint64_by_dnode(brtvd->bv_mos_entries_dnode, in brt_prefetch()
[all …]
/src/sys/contrib/openzfs/include/sys/
H A Dbrt_impl.h116 dnode_t *bv_mos_entries_dnode; member