Lines Matching refs:vdev_t
189 vdev_label_read(zio_t *zio, vdev_t *vd, int l, abd_t *buf, uint64_t offset, in vdev_label_read()
204 vdev_label_write(zio_t *zio, vdev_t *vd, int l, abd_t *buf, uint64_t offset, in vdev_label_write()
222 vdev_config_generate_stats(vdev_t *vd, nvlist_t *nv) in vdev_config_generate_stats()
404 root_vdev_actions_getprogress(vdev_t *vd, nvlist_t *nvl) in root_vdev_actions_getprogress()
442 top_vdev_actions_getprogress(vdev_t *vd, nvlist_t *nvl) in top_vdev_actions_getprogress()
458 vdev_config_generate(spa_t *spa, vdev_t *vd, boolean_t getstats, in vdev_config_generate()
756 vdev_t *rvd = spa->spa_root_vdev; in vdev_top_config_generate()
763 vdev_t *tvd = rvd->vdev_child[c]; in vdev_top_config_generate()
790 vdev_label_read_config(vdev_t *vd, uint64_t txg) in vdev_label_read_config()
889 vdev_inuse(vdev_t *vd, uint64_t crtxg, vdev_labeltype_t reason, in vdev_inuse()
1017 vdev_aux_label_generate(vdev_t *vd, boolean_t reason_spare) in vdev_aux_label_generate()
1066 vdev_label_init(vdev_t *vd, uint64_t crtxg, vdev_labeltype_t reason) in vdev_label_init()
1124 for (vdev_t *pvd = vd; pvd != NULL; pvd = pvd->vdev_parent) in vdev_label_init()
1144 for (vdev_t *pvd = vd; pvd != NULL; pvd = pvd->vdev_parent) in vdev_label_init()
1306 vdev_label_read_bootenv_impl(zio_t *zio, vdev_t *vd, int flags) in vdev_label_read_bootenv_impl()
1328 vdev_label_read_bootenv(vdev_t *rvd, nvlist_t *bootenv) in vdev_label_read_bootenv()
1394 vdev_label_write_bootenv(vdev_t *vd, nvlist_t *env) in vdev_label_write_bootenv()
1539 vdev_t *ubl_vd; /* vdev associated with the above */
1545 vdev_t *vd = zio->io_vd; in vdev_uberblock_load_done()
1576 vdev_uberblock_load_impl(zio_t *zio, vdev_t *vd, int flags, in vdev_uberblock_load_impl()
1603 vdev_uberblock_load(vdev_t *rvd, uberblock_t *ub, nvlist_t **config) in vdev_uberblock_load()
1676 vdev_copy_uberblocks(vdev_t *vd) in vdev_copy_uberblocks()
1743 uberblock_t *ub, vdev_t *vd, int flags) in vdev_uberblock_sync()
1807 vdev_uberblock_sync_list(vdev_t **svd, int svdcount, uberblock_t *ub, int flags) in vdev_uberblock_sync_list()
1901 vdev_t *vd, int l, uint64_t txg, int flags) in vdev_label_sync()
1908 vdev_t *pvd = vd->vdev_parent; in vdev_label_sync()
1967 vdev_t *vd; in vdev_label_sync_list()
2044 vdev_config_sync(vdev_t **svd, int svdcount, uint64_t txg) in vdev_config_sync()
2097 for (vdev_t *vd = in vdev_config_sync()