Lines Matching refs:vdev_t

187 vdev_label_read(zio_t *zio, vdev_t *vd, int l, abd_t *buf, uint64_t offset,  in vdev_label_read()
202 vdev_label_write(zio_t *zio, vdev_t *vd, int l, abd_t *buf, uint64_t offset, in vdev_label_write()
220 vdev_config_generate_stats(vdev_t *vd, nvlist_t *nv) in vdev_config_generate_stats()
380 root_vdev_actions_getprogress(vdev_t *vd, nvlist_t *nvl) in root_vdev_actions_getprogress()
414 vdev_config_generate(spa_t *spa, vdev_t *vd, boolean_t getstats, in vdev_config_generate()
628 vdev_t *cvd = vd->vdev_child[c]; in vdev_config_generate()
703 vdev_t *rvd = spa->spa_root_vdev; in vdev_top_config_generate()
710 vdev_t *tvd = rvd->vdev_child[c]; in vdev_top_config_generate()
737 vdev_label_read_config(vdev_t *vd, uint64_t txg) in vdev_label_read_config()
820 vdev_inuse(vdev_t *vd, uint64_t crtxg, vdev_labeltype_t reason, in vdev_inuse()
939 vdev_label_init(vdev_t *vd, uint64_t crtxg, vdev_labeltype_t reason) in vdev_label_init()
993 for (vdev_t *pvd = vd; pvd != NULL; pvd = pvd->vdev_parent) in vdev_label_init()
1013 for (vdev_t *pvd = vd; pvd != NULL; pvd = pvd->vdev_parent) in vdev_label_init()
1194 vdev_label_read_bootenv_impl(zio_t *zio, vdev_t *vd, int flags) in vdev_label_read_bootenv_impl()
1216 vdev_label_read_bootenv(vdev_t *rvd, nvlist_t *bootenv) in vdev_label_read_bootenv()
1282 vdev_label_write_bootenv(vdev_t *vd, nvlist_t *env) in vdev_label_write_bootenv()
1425 vdev_t *ubl_vd; /* vdev associated with the above */
1431 vdev_t *vd = zio->io_vd; in vdev_uberblock_load_done()
1459 vdev_uberblock_load_impl(zio_t *zio, vdev_t *vd, int flags, in vdev_uberblock_load_impl()
1485 vdev_uberblock_load(vdev_t *rvd, uberblock_t *ub, nvlist_t **config) in vdev_uberblock_load()
1548 uberblock_t *ub, vdev_t *vd, int flags) in vdev_uberblock_sync()
1580 vdev_uberblock_sync_list(vdev_t **svd, int svdcount, uberblock_t *ub, int flags) in vdev_uberblock_sync_list()
1651 vdev_t *vd, int l, uint64_t txg, int flags) in vdev_label_sync()
1700 vdev_t *vd; in vdev_label_sync_list()
1750 vdev_config_sync(vdev_t **svd, int svdcount, uint64_t txg) in vdev_config_sync()
1801 for (vdev_t *vd = in vdev_config_sync()