Searched refs:vdev_removing (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dvdev_impl.h195 uint64_t vdev_removing; /* device is being removed? */ member in struct:vdev
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_label.c287 if (vd->vdev_removing)
289 vd->vdev_removing);
348 !cvd->vdev_removing)
H A Dvdev.c615 &vd->vdev_removing);
1015 if (oldc == 0 && !vd->vdev_removing)
2132 !vd->vdev_top->vdev_removing) {
2161 if (vd->vdev_detached || vd->vdev_top->vdev_removing) {
2471 if (vd->vdev_stat.vs_alloc == 0 && vd->vdev_removing)
2936 cvs->vs_scan_removing = cvd->vdev_removing;
H A Dmetaslab.c1703 ASSERT(!vd->vdev_removing);
1935 if (vd->vdev_removing) {
H A Dspa.c5693 vd->vdev_removing = B_TRUE;
/netbsd-current/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c644 if (vd->vdev_top == vd && !vd->vdev_removing) {

Completed in 141 milliseconds