Searched refs:vdev_label_init (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev.h186 extern int vdev_label_init(vdev_t *vd, uint64_t txg, vdev_labeltype_t reason);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_label.c778 vdev_label_init(vdev_t *vd, uint64_t crtxg, vdev_labeltype_t reason) function
797 if ((error = vdev_label_init(vd->vdev_child[c],
H A Dvdev_removal.c1188 (void) vdev_label_init(vd, 0, VDEV_LABEL_REMOVE);
1814 (void) vdev_label_init(vd, 0, VDEV_LABEL_REMOVE);
H A Dspa.c5014 (error = vdev_label_init(vd, crtxg, label)) == 0) {
6775 error = vdev_label_init(vd, 0, VDEV_LABEL_REMOVE);
H A Dvdev.c2320 (error = vdev_label_init(vd, txg, isreplacing ?

Completed in 187 milliseconds