Searched refs:vdev_phys_t (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_label.c | 757 vdev_phys_t *vp[VDEV_LABELS]; in vdev_label_read_config() 781 vp_abd[l] = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_read_config() 790 offsetof(vdev_label_t, vl_vdev_phys), sizeof (vdev_phys_t), in vdev_label_read_config() 977 vdev_phys_t *vp; in vdev_label_init() 1063 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_init() 1064 abd_zero(vp_abd, sizeof (vdev_phys_t)); in vdev_label_init() 1153 sizeof (vdev_phys_t), NULL, NULL, flags); in vdev_label_init() 1766 vdev_phys_t *vp; in vdev_label_sync() 1795 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_sync() 1796 abd_zero(vp_abd, sizeof (vdev_phys_t)); in vdev_label_sync() [all …]
|
| /freebsd-13.1/usr.sbin/fstyp/ |
| H A D | zfs.c | 47 vdev_phys_t *vdev_phys; in fstyp_zfs()
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 901 vdev_phys_t *label; in zpool_read_label_slow() 920 if (pread64(fd, label, sizeof (vdev_phys_t), in zpool_read_label_slow() 921 offset) != sizeof (vdev_phys_t)) in zpool_read_label_slow() 979 vdev_phys_t *labels; in zpool_read_label() 1002 aiocbs[l].aio_nbytes = sizeof (vdev_phys_t); in zpool_read_label() 1053 if (aio_return(&aiocbs[l]) != sizeof (vdev_phys_t)) in zpool_read_label()
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/ |
| H A D | vdev_impl.h | 495 } vdev_phys_t; typedef 529 vdev_phys_t vl_vdev_phys; /* 112K */
|
| /freebsd-13.1/sys/cddl/boot/zfs/ |
| H A D | zfsimpl.h | 527 } vdev_phys_t; typedef 552 vdev_phys_t vl_vdev_phys; /* 112K */
|
| /freebsd-13.1/stand/libsa/zfs/ |
| H A D | zfsimpl.c | 1937 vdev_phys_t *label; in vdev_label_read_config() 1944 label = malloc(sizeof (vdev_phys_t)); in vdev_label_read_config() 1951 sizeof (vdev_phys_t))) in vdev_label_read_config()
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | vdev_geom.c | 444 vdev_phys_t *vdev_lists[VDEV_LABELS]; in vdev_geom_read_config()
|