Searched refs:VdevIterator (Results 1 – 6 of 6) sorted by relevance
63 VdevIterator::VdevIterator(zpool_handle_t *pool) in VdevIterator() function in VdevIterator69 VdevIterator::VdevIterator(nvlist_t *poolConfig) in VdevIterator() function in VdevIterator76 VdevIterator::Reset() in Reset()100 VdevIterator::Next() in Next()136 VdevIterator::Each(VdevCallback_t *callBack, void *callBackArg) in Each()150 VdevIterator::Find(Guid vdevGUID) in Find()
64 class VdevIterator72 VdevIterator(zpool_handle_t *pool);80 VdevIterator(nvlist_t *poolConfig);
339 nvlist_t *vdevConfig = VdevIterator(zpl.front()).Find(VdevGUID()); in Process()395 VdevIterator(hdl).Each(TryDetach, (void*)hdl); in CleanupSpares()
744 || (vdevConf = VdevIterator(zpl.front()) in DeSerializeFile()958 || (VdevIterator(zhp).Find(m_vdevGUID)) == NULL) { in OnGracePeriodEnded()1165 return (VdevIterator(zhp).Find(VdevGUID())); in CaseVdev()
138 m_config = VdevIterator(labelConfig).Find(m_vdevGUID); in Vdev()
220 VdevIterator(*pool).Each(VdevAddCaseFile, NULL); in BuildCaseFiles()