Searched refs:vdev_label_init (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | vdev.h | 159 extern int vdev_label_init(vdev_t *vd, uint64_t txg, vdev_labeltype_t reason);
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | vdev_label.c | 625 vdev_label_init(vdev_t *vd, uint64_t crtxg, vdev_labeltype_t reason) in vdev_label_init() function 642 if ((error = vdev_label_init(vd->vdev_child[c], in vdev_label_init()
|
H A D | spa.c | 3364 (error = vdev_label_init(vd, crtxg, label)) == 0) { in spa_validate_aux_devs() 4766 error = vdev_label_init(vd, 0, VDEV_LABEL_REMOVE); in spa_vdev_detach() 5275 (void) vdev_label_init(vd, 0, VDEV_LABEL_REMOVE); in spa_vdev_remove_from_namespace()
|
H A D | vdev.c | 1589 (error = vdev_label_init(vd, txg, isreplacing ? in vdev_create()
|