Searched refs:vdev_phys_t (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_label.c | 757 vdev_phys_t *vp; in vdev_label_read_config() 779 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_read_config() 790 sizeof (vdev_phys_t), NULL, NULL, flags); in vdev_label_read_config() 969 vdev_phys_t *vp; in vdev_label_init() 1055 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_init() 1056 abd_zero(vp_abd, sizeof (vdev_phys_t)); in vdev_label_init() 1145 sizeof (vdev_phys_t), NULL, NULL, flags); in vdev_label_init() 1758 vdev_phys_t *vp; in vdev_label_sync() 1787 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_sync() 1788 abd_zero(vp_abd, sizeof (vdev_phys_t)); in vdev_label_sync() [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | vdev_impl.h | 490 } vdev_phys_t; typedef 524 vdev_phys_t vl_vdev_phys; /* 112K */
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | vdev_geom.c | 439 vdev_phys_t *vdev_lists[VDEV_LABELS]; in vdev_geom_read_config()
|