Home
last modified time | relevance | path

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

/src/usr.sbin/fstyp/
H A Dzfs.c46 vdev_phys_t *vdev_phys; in fstyp_zfs()
/src/sys/contrib/openzfs/module/zfs/
H A Dvdev_label.c796 vdev_phys_t *vp[VDEV_LABELS]; in vdev_label_read_config()
820 vp_abd[l] = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_read_config()
829 offsetof(vdev_label_t, vl_vdev_phys), sizeof (vdev_phys_t), in vdev_label_read_config()
1072 vdev_phys_t *vp; in vdev_label_init()
1163 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_init()
1164 abd_zero(vp_abd, sizeof (vdev_phys_t)); in vdev_label_init()
1233 sizeof (vdev_phys_t), NULL, NULL, flags); in vdev_label_init()
1899 vdev_phys_t *vp; in vdev_label_sync()
1937 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_sync()
1938 abd_zero(vp_abd, sizeof (vdev_phys_t)); in vdev_label_sync()
[all …]
/src/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c935 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()
/src/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h506 } vdev_phys_t; typedef
540 vdev_phys_t vl_vdev_phys; /* 112K */
/src/sys/cddl/boot/zfs/
H A Dzfsimpl.h537 } vdev_phys_t; typedef
563 vdev_phys_t vl_vdev_phys; /* 112K */
/src/stand/libsa/zfs/
H A Dzfsimpl.c1971 vdev_phys_t *label; in vdev_label_read_config()
1978 label = malloc(sizeof (vdev_phys_t)); in vdev_label_read_config()
1985 sizeof (vdev_phys_t))) in vdev_label_read_config()
/src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c440 vdev_phys_t *vdev_lists[VDEV_LABELS]; in vdev_geom_read_config()