Searched refs:VdevIterator (Results 1 – 6 of 6) sorted by relevance
64 VdevIterator::VdevIterator(zpool_handle_t *pool) in VdevIterator() function in VdevIterator70 VdevIterator::VdevIterator(nvlist_t *poolConfig) in VdevIterator() function in VdevIterator77 VdevIterator::Reset() in Reset()101 VdevIterator::Next() in Next()137 VdevIterator::Each(VdevCallback_t *callBack, void *callBackArg) in Each()151 VdevIterator::Find(Guid vdevGUID) in Find()
64 class VdevIterator72 VdevIterator(zpool_handle_t *pool);80 VdevIterator(nvlist_t *poolConfig);
342 nvlist_t *vdevConfig = VdevIterator(zpl.front()).Find(VdevGUID()); in Process()398 VdevIterator(hdl).Each(TryDetach, (void*)hdl); in CleanupSpares()
745 || (vdevConf = VdevIterator(zpl.front()) in DeSerializeFile()959 || (VdevIterator(zhp).Find(m_vdevGUID)) == NULL) { in OnGracePeriodEnded()1166 return (VdevIterator(zhp).Find(VdevGUID())); in CaseVdev()
139 m_config = VdevIterator(labelConfig).Find(m_vdevGUID); in Vdev()
222 VdevIterator(*pool).Each(VdevAddCaseFile, NULL); in BuildCaseFiles()