Home
last modified time | relevance | path

Searched refs:DoesNotExist (Results 1 – 3 of 3) sorted by relevance

/src/cddl/usr.sbin/zfsd/
H A Dvdev.h115 bool DoesNotExist() const;
181 Vdev::DoesNotExist() const in DoesNotExist() function
H A Dcase_file.cc253 if (vd.DoesNotExist()) in RefreshVdevState()
1114 if (parent.DoesNotExist() in BeingReplacedBy()
1130 if (replacing.DoesNotExist() || child.IsResilvering() in BeingReplacedBy()
1157 if (isspare && !vd.IsSpare() && !replaced.DoesNotExist()) { in Replace()
H A Dvdev.cc250 if (vd.DoesNotExist()) in Parent()