Home
last modified time | relevance | path

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

/NextBSD/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 …]
/NextBSD/usr.sbin/fstyp/
HDzfs.c50 vdev_phys_t *vdev_phys; in fstyp_zfs()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDvdev_impl.h272 } vdev_phys_t; typedef
277 vdev_phys_t vl_vdev_phys; /* 112K */
/NextBSD/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()
/NextBSD/sys/cddl/boot/zfs/
HDzfsimpl.h489 } vdev_phys_t; typedef
494 vdev_phys_t vl_vdev_phys; /* 112K */