Home
last modified time | relevance | path

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

/freebsd-src/usr.sbin/fstyp/
H A Dzfs.c44 vdev_phys_t *vdev_phys; in fstyp_zfs()
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dvdev_label.c792 vdev_phys_t *vp[VDEV_LABELS]; in vdev_label_read_config()
816 vp_abd[l] = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_read_config()
825 offsetof(vdev_label_t, vl_vdev_phys), sizeof (vdev_phys_t), in vdev_label_read_config()
1068 vdev_phys_t *vp; in vdev_label_init()
1158 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_init()
1159 abd_zero(vp_abd, sizeof (vdev_phys_t)); in vdev_label_init()
1229 sizeof (vdev_phys_t), NULL, NULL, flags); in vdev_label_init()
1902 vdev_phys_t *vp; in vdev_label_sync()
1940 vp_abd = abd_alloc_linear(sizeof (vdev_phys_t), B_TRUE); in vdev_label_sync()
1941 abd_zero(vp_abd, sizeof (vdev_phys_t)); in vdev_label_sync()
[all...]
/freebsd-src/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c934 vdev_phys_t *label; in zpool_read_label_slow()
944 label = (vdev_phys_t *)umem_alloc_aligned(sizeof (*label), PAGESIZE, in zpool_read_label_slow()
953 if (pread64(fd, label, sizeof (vdev_phys_t), in zpool_read_label_slow()
954 offset) != sizeof (vdev_phys_t)) in zpool_read_label_slow()
1015 vdev_phys_t *labels; in zpool_read_label()
1026 labels = (vdev_phys_t *)umem_alloc_aligned( in zpool_read_label()
1038 aiocbs[l].aio_nbytes = sizeof (vdev_phys_t); in zpool_read_label()
1101 if (aio_return(&aiocbs[l]) != sizeof (vdev_phys_t)) in zpool_read_label()
/freebsd-src/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h498 } vdev_phys_t;
532 vdev_phys_t vl_vdev_phys; /* 112K */
493 } vdev_phys_t; global() typedef
/freebsd-src/sys/cddl/boot/zfs/
H A Dzfsimpl.h542 } vdev_phys_t; typedef
568 vdev_phys_t vl_vdev_phys; /* 112K */
/freebsd-src/stand/libsa/zfs/
H A Dzfsimpl.c1918 vdev_phys_t *label; in vdev_label_read_config()
1925 label = malloc(sizeof (vdev_phys_t)); in vdev_label_read_config()
1932 sizeof (vdev_phys_t))) in vdev_label_read_config()
/freebsd-src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c439 vdev_phys_t *vdev_lists[VDEV_LABELS]; in vdev_geom_read_config()