Searched refs:vdev_label_init (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | vdev.h | 195 extern int vdev_label_init(vdev_t *vd, uint64_t txg, vdev_labeltype_t reason);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_label.c | 950 vdev_label_init(vdev_t *vd, uint64_t crtxg, vdev_labeltype_t reason) in vdev_label_init() function 969 if ((error = vdev_label_init(vd->vdev_child[c], in vdev_label_init()
|
H A D | vdev_removal.c | 1192 (void) vdev_label_init(vd, 0, VDEV_LABEL_REMOVE); in vdev_remove_complete() 1850 (void) vdev_label_init(vd, 0, VDEV_LABEL_REMOVE); in spa_vdev_remove_log()
|
H A D | spa.c | 4951 (error = vdev_label_init(vd, crtxg, label)) == 0) { 6583 error = vdev_label_init(vd, 0, VDEV_LABEL_REMOVE);
|
H A D | vdev.c | 2247 (error = vdev_label_init(vd, txg, isreplacing ? in vdev_create()
|