Home
last modified time | relevance | path

Searched refs:vdev_phys_t (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDvdev_label.c438 vdev_phys_t *vp; in vdev_label_read_config()
450 vp = zio_buf_alloc(sizeof (vdev_phys_t)); in vdev_label_read_config()
460 sizeof (vdev_phys_t), NULL, NULL, flags); in vdev_label_read_config()
497 zio_buf_free(vp, sizeof (vdev_phys_t)); in vdev_label_read_config()
629 vdev_phys_t *vp; in vdev_label_init()
724 vp = zio_buf_alloc(sizeof (vdev_phys_t)); in vdev_label_init()
725 bzero(vp, sizeof (vdev_phys_t)); in vdev_label_init()
785 zio_buf_free(vp, sizeof (vdev_phys_t)); in vdev_label_init()
812 sizeof (vdev_phys_t), NULL, NULL, flags); in vdev_label_init()
838 zio_buf_free(vp, sizeof (vdev_phys_t)); in vdev_label_init()
[all …]
/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDvdev_impl.h270 } vdev_phys_t; typedef
275 vdev_phys_t vl_vdev_phys; /* 112K */
/trueos/sys/boot/zfs/
HDzfsimpl.c881 vdev_phys_t *vdev_label = (vdev_phys_t *) zap_scratch; in vdev_probe()
907 BP_SET_LSIZE(&bp, sizeof(vdev_phys_t)); in vdev_probe()
908 BP_SET_PSIZE(&bp, sizeof(vdev_phys_t)); in vdev_probe()
/trueos/sys/cddl/boot/zfs/
HDzfsimpl.h489 } vdev_phys_t; typedef
494 vdev_phys_t vl_vdev_phys; /* 112K */