Lines Matching refs:bv_mos_entries
449 ASSERT0(brtvd->bv_mos_entries); in brt_vdev_create()
458 brtvd->bv_mos_entries = mos_entries; in brt_vdev_create()
461 (u_longlong_t)brtvd->bv_mos_entries); in brt_vdev_create()
580 brtvd->bv_mos_entries = bvphys->bvp_mos_entries; in brt_vdev_load()
593 (u_longlong_t)brtvd->bv_mos_entries); in brt_vdev_load()
624 ASSERT(brtvd->bv_mos_entries != 0); in brt_vdev_destroy()
629 uint64_t mos_entries = brtvd->bv_mos_entries; in brt_vdev_destroy()
631 brtvd->bv_mos_entries = 0; in brt_vdev_destroy()
806 bvphys->bvp_mos_entries = brtvd->bv_mos_entries; in brt_vdev_sync()
834 if (brtvd->bv_mos_entries != 0) in brt_vdevs_free()
863 if (brtvd->bv_mos_entries == 0) in brt_entry_lookup()
1139 if (!brt_zap_prefetch || brtvd->bv_mos_entries == 0) in brt_prefetch()
1144 if (brtvd->bv_mos_entries != 0) { in brt_prefetch()
1271 if (brtvd->bv_mos_entries != 0 && in brt_pending_apply_vdev()