Searched refs:vdev_phys_t (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | vdev_label.c | 452 vdev_phys_t *vp; in vdev_label_read_config() 464 vp = zio_buf_alloc(sizeof (vdev_phys_t)); in vdev_label_read_config() 474 sizeof (vdev_phys_t), NULL, NULL, flags); in vdev_label_read_config() 511 zio_buf_free(vp, sizeof (vdev_phys_t)); in vdev_label_read_config() 644 vdev_phys_t *vp; in vdev_label_init() 739 vp = zio_buf_alloc(sizeof (vdev_phys_t)); in vdev_label_init() 740 bzero(vp, sizeof (vdev_phys_t)); in vdev_label_init() 800 zio_buf_free(vp, sizeof (vdev_phys_t)); in vdev_label_init() 827 sizeof (vdev_phys_t), NULL, NULL, flags); in vdev_label_init() 853 zio_buf_free(vp, sizeof (vdev_phys_t)); in vdev_label_init() [all …]
|
H A D | vdev_geom.c | 407 vdev_phys_t *vdev_lists[VDEV_LABELS]; in vdev_geom_read_config()
|
/netbsd-src/usr.sbin/fstyp/ |
H A D | zfs.c | 55 vdev_phys_t *vdev_phys; in fstyp_zfs()
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
H A D | vdev_impl.h | 288 } vdev_phys_t; typedef 293 vdev_phys_t vl_vdev_phys; /* 112K */
|
/netbsd-src/sbin/cgdconfig/ |
H A D | cgdconfig.c | 1216 vdev_phys_t *vdev_phys = emalloc(sizeof(*vdev_phys)); in verify_zfs()
|