Searched refs:vdev_phys_t (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/usr.sbin/fstyp/ |
| H A D | zfs.c | 45 vdev_phys_t *vdev_phys; in fstyp_zfs()
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_label.c | 780 vdev_phys_t *vp[VDEV_LABELS]; in vdev_label_read_config() 804 vp_abd[l] = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_read_config() 813 offsetof(vdev_label_t, vl_vdev_phys), sizeof (vdev_phys_t), in vdev_label_read_config() 1015 vdev_phys_t *vp; in vdev_label_init() 1105 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_init() 1106 abd_zero(vp_abd, sizeof (vdev_phys_t)); in vdev_label_init() 1217 sizeof (vdev_phys_t), NULL, NULL, flags); in vdev_label_init() 1854 vdev_phys_t *vp; in vdev_label_sync() 1883 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_sync() 1884 abd_zero(vp_abd, sizeof (vdev_phys_t)); in vdev_label_sync() [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 934 vdev_phys_t *label; in zpool_read_label_slow() 944 label = (vdev_phys_t *)umem_alloc_aligned(sizeof (*label), PAGESIZE, in zpool_read_label_slow() 953 if (pread64(fd, label, sizeof (vdev_phys_t), in zpool_read_label_slow() 954 offset) != sizeof (vdev_phys_t)) in zpool_read_label_slow() 1015 vdev_phys_t *labels; in zpool_read_label() 1026 labels = (vdev_phys_t *)umem_alloc_aligned( in zpool_read_label() 1038 aiocbs[l].aio_nbytes = sizeof (vdev_phys_t); in zpool_read_label() 1100 if (aio_return(&aiocbs[l]) != sizeof (vdev_phys_t)) in zpool_read_label()
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | vdev_impl.h | 493 } vdev_phys_t; typedef 527 vdev_phys_t vl_vdev_phys; /* 112K */
|
| /freebsd-14.2/sys/cddl/boot/zfs/ |
| H A D | zfsimpl.h | 542 } vdev_phys_t; typedef 568 vdev_phys_t vl_vdev_phys; /* 112K */
|
| /freebsd-14.2/stand/libsa/zfs/ |
| H A D | zfsimpl.c | 1918 vdev_phys_t *label; in vdev_label_read_config() 1925 label = malloc(sizeof (vdev_phys_t)); in vdev_label_read_config() 1932 sizeof (vdev_phys_t))) in vdev_label_read_config()
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | vdev_geom.c | 443 vdev_phys_t *vdev_lists[VDEV_LABELS]; in vdev_geom_read_config()
|