Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dbrt.c553 brt_vdev_phys_t *bvphys; in brt_vdev_load() local
569 bvphys = db->db_data; in brt_vdev_load()
634 brt_vdev_phys_t *bvphys; in brt_vdev_destroy() local
648 bvphys = db->db_data; in brt_vdev_destroy()
649 ASSERT0(bvphys->bvp_totalcount); in brt_vdev_destroy()
650 ASSERT0(bvphys->bvp_usedspace); in brt_vdev_destroy()
651 ASSERT0(bvphys->bvp_savedspace); in brt_vdev_destroy()
799 brt_vdev_phys_t *bvphys; in brt_vdev_sync() local
819 bvphys = db->db_data; in brt_vdev_sync()
821 bvphys->bvp_size = brtvd->bv_size; in brt_vdev_sync()
[all …]