Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dvdev_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()
713 vp = zio_buf_alloc(sizeof (vdev_phys_t)); in vdev_label_init()
714 bzero(vp, sizeof (vdev_phys_t)); in vdev_label_init()
774 zio_buf_free(vp, sizeof (vdev_phys_t)); in vdev_label_init()
801 sizeof (vdev_phys_t), NULL, NULL, flags); in vdev_label_init()
827 zio_buf_free(vp, sizeof (vdev_phys_t)); in vdev_label_init()
[all …]
/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dvdev_impl.h50 } vdev_phys_t; typedef
55 vdev_phys_t vl_vdev_phys; /* 112K */
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h249 } vdev_phys_t; typedef
254 vdev_phys_t vl_vdev_phys; /* 112K */
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c1526 vdev_phys_t *vdev; in check_pool_label()
1537 vdev = (vdev_phys_t *)stack; in check_pool_label()
1538 stack += sizeof (vdev_phys_t); in check_pool_label()