Searched refs:vdev_phys_t (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_label.c | 794 vdev_phys_t *vp[VDEV_LABELS]; in vdev_label_read_config() 818 vp_abd[l] = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_read_config() 827 offsetof(vdev_label_t, vl_vdev_phys), sizeof (vdev_phys_t), in vdev_label_read_config() 1070 vdev_phys_t *vp; in vdev_label_init() 1160 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_init() 1161 abd_zero(vp_abd, sizeof (vdev_phys_t)); in vdev_label_init() 1231 sizeof (vdev_phys_t), NULL, NULL, flags); in vdev_label_init() 1904 vdev_phys_t *vp; in vdev_label_sync() 1942 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_sync() 1943 abd_zero(vp_abd, sizeof (vdev_phys_t)); in vdev_label_sync() [all …]
|
/freebsd/usr.sbin/fstyp/ |
H A D | zfs.c | 44 vdev_phys_t *vdev_phys; in fstyp_zfs()
|
/freebsd/sys/contrib/openzfs/lib/libzutil/ |
H A D | zutil_import.c | 935 vdev_phys_t *label; in zpool_read_label_slow() 945 label = (vdev_phys_t *)umem_alloc_aligned(sizeof (*label), PAGESIZE, in zpool_read_label_slow() 954 if (pread64(fd, label, sizeof (vdev_phys_t), in zpool_read_label_slow() 955 offset) != sizeof (vdev_phys_t)) in zpool_read_label_slow() 1016 vdev_phys_t *labels; in zpool_read_label() 1027 labels = (vdev_phys_t *)umem_alloc_aligned( in zpool_read_label() 1039 aiocbs[l].aio_nbytes = sizeof (vdev_phys_t); in zpool_read_label() 1102 if (aio_return(&aiocbs[l]) != sizeof (vdev_phys_t)) in zpool_read_label()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | vdev_impl.h | 496 } vdev_phys_t; typedef 530 vdev_phys_t vl_vdev_phys; /* 112K */
|
/freebsd/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 542 } vdev_phys_t; typedef 568 vdev_phys_t vl_vdev_phys; /* 112K */
|
/freebsd/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/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | vdev_geom.c | 440 vdev_phys_t *vdev_lists[VDEV_LABELS]; in vdev_geom_read_config()
|