Home
last modified time | relevance | path

Searched refs:ZpoolList (Results 1 – 5 of 5) sorted by relevance

/freebsd/cddl/usr.sbin/zfsd/
H A Dzpool_list.cc67 ZpoolList::ZpoolAll(zpool_handle_t *pool, nvlist_t *poolConfig, void *cbArg) in ZpoolAll()
73 ZpoolList::ZpoolByGUID(zpool_handle_t *pool, nvlist_t *poolConfig, in ZpoolByGUID()
86 ZpoolList::ZpoolByName(zpool_handle_t *pool, nvlist_t *poolConfig, void *cbArg) in ZpoolByName()
95 ZpoolList::LoadIterator(zpool_handle_t *pool, void *data) in LoadIterator()
97 ZpoolList *zpl(reinterpret_cast<ZpoolList *>(data)); in LoadIterator()
107 ZpoolList::ZpoolList(PoolFilter_t *filter, void * filterArg) in ZpoolList() function in ZpoolList
114 ZpoolList::~ZpoolList() in ~ZpoolList()
H A Dzpool_list.h61 class ZpoolList; variable
71 class ZpoolList : public std::list<zpool_handle_t *>
105 ZpoolList(PoolFilter_t *filter = ZpoolAll, void *filterArg = NULL);
106 ~ZpoolList();
H A Dcase_file.cc247 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID); in RefreshVdevState()
265 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID); in ReEvaluate()
524 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID); in ActivateSpare()
809 ZpoolList zpl(ZpoolList::ZpoolByGUID, &poolGUID); in DeSerializeFile()
871 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID); in CaseFile()
1021 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID); in OnGracePeriodEnded()
1132 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID); in Replace()
1213 ZpoolList zpl(ZpoolList::ZpoolByGUID, &poolGUID); in GetVdevProp()
H A Dzfsd_event.cc332 ZpoolList zpl(ZpoolList::ZpoolByGUID, &poolGUID); in Process()
395 ZpoolList zpl(ZpoolList::ZpoolByGUID, &poolGUID); in CleanupSpares()
H A Dzfsd.cc214 ZpoolList zpl; in BuildCaseFiles()
215 ZpoolList::iterator pool; in BuildCaseFiles()