Searched refs:VdevIterator (Results 1 – 7 of 7) sorted by relevance
62 VdevIterator::VdevIterator(zpool_handle_t *pool) in VdevIterator() function in VdevIterator68 VdevIterator::VdevIterator(nvlist_t *poolConfig) in VdevIterator() function in VdevIterator75 VdevIterator::Reset() in Reset()108 VdevIterator::Next() in Next()141 VdevIterator::Each(VdevCallback_t *callBack, void *callBackArg) in Each()155 VdevIterator::Find(Guid vdevGUID) in Find()
62 class VdevIterator70 VdevIterator(zpool_handle_t *pool);78 VdevIterator(nvlist_t *poolConfig);
344 nvlist_t *vdevConfig = VdevIterator(zpl.front()).Find(VdevGUID()); in Process()407 VdevIterator(hdl).Each(TryDetach, (void*)hdl); in CleanupSpares()
135 m_config = VdevIterator(labelConfig).Find(m_vdevGUID); in Vdev()
825 || (vdevConf = VdevIterator(zpl.front()) in DeSerializeFile()1044 || (VdevIterator(zhp).Find(m_vdevGUID)) == NULL) { in OnGracePeriodEnded()1275 return (VdevIterator(zhp).Find(VdevGUID())); in CaseVdev()
219 VdevIterator(*pool).Each(VdevAddCaseFile, NULL); in BuildCaseFiles()
876 VdevIterator(poolConfig).Each(VdevIteratorTestCB, NULL); in TEST_F()