Searched refs:vdev_phys_t (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | vdev_label.c | 556 vdev_phys_t *vp; in vdev_label_read_config() 570 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_read_config() 581 sizeof (vdev_phys_t), NULL, NULL, flags); in vdev_label_read_config() 758 vdev_phys_t *vp; in vdev_label_init() 858 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_init() 859 abd_zero(vp_abd, sizeof (vdev_phys_t)); in vdev_label_init() 948 sizeof (vdev_phys_t), NULL, NULL, flags); in vdev_label_init() 1289 vdev_phys_t *vp; in vdev_label_sync() 1310 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_sync() 1311 abd_zero(vp_abd, sizeof (vdev_phys_t)); in vdev_label_sync() [all …]
|
| H A D | vdev_geom.c | 446 vdev_phys_t *vdev_lists[VDEV_LABELS]; in vdev_geom_read_config()
|
| /freebsd-12.1/usr.sbin/fstyp/ |
| H A D | zfs.c | 49 vdev_phys_t *vdev_phys; in fstyp_zfs()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| H A D | vdev_impl.h | 412 } vdev_phys_t; typedef 417 vdev_phys_t vl_vdev_phys; /* 112K */
|
| /freebsd-12.1/stand/libsa/zfs/ |
| H A D | zfsimpl.c | 1524 vdev_phys_t *vdev_label = (vdev_phys_t *) zap_scratch; in vdev_probe() 1525 vdev_phys_t *tmp_label; in vdev_probe() 1557 tmp_label = zfs_alloc(sizeof(vdev_phys_t)); in vdev_probe() 1564 BP_SET_LSIZE(&bp, sizeof(vdev_phys_t)); in vdev_probe() 1565 BP_SET_PSIZE(&bp, sizeof(vdev_phys_t)); in vdev_probe() 1584 memcpy(vdev_label, tmp_label, sizeof (vdev_phys_t)); in vdev_probe() 1588 zfs_free(tmp_label, sizeof (vdev_phys_t)); in vdev_probe()
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/ |
| H A D | libzfs_import.c | 937 vdev_phys_t *labels; in zpool_read_all_labels() 947 if ((labels = calloc(VDEV_LABELS, sizeof (vdev_phys_t))) == NULL) in zpool_read_all_labels() 955 aiocbs[l].aio_nbytes = sizeof(vdev_phys_t); in zpool_read_all_labels() 976 if (aio_return(&aiocbs[l]) != sizeof(vdev_phys_t)) in zpool_read_all_labels()
|
| /freebsd-12.1/sys/cddl/boot/zfs/ |
| H A D | zfsimpl.h | 497 } vdev_phys_t; typedef 502 vdev_phys_t vl_vdev_phys; /* 112K */
|