Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/usr.sbin/zfsd/
H A Dzpool_list.cc68 ZpoolList::ZpoolAll(zpool_handle_t *pool, nvlist_t *poolConfig, void *cbArg) in ZpoolAll()
74 ZpoolList::ZpoolByGUID(zpool_handle_t *pool, nvlist_t *poolConfig, in ZpoolByGUID()
87 ZpoolList::ZpoolByName(zpool_handle_t *pool, nvlist_t *poolConfig, void *cbArg) in ZpoolByName()
96 ZpoolList::LoadIterator(zpool_handle_t *pool, void *data) in LoadIterator()
98 ZpoolList *zpl(reinterpret_cast<ZpoolList *>(data)); in LoadIterator()
108 ZpoolList::ZpoolList(PoolFilter_t *filter, void * filterArg) in ZpoolList() function in ZpoolList
115 ZpoolList::~ZpoolList() in ~ZpoolList()
H A Dzpool_list.h63 class ZpoolList; variable
73 class ZpoolList : public std::list<zpool_handle_t *>
107 ZpoolList(PoolFilter_t *filter = ZpoolAll, void *filterArg = NULL);
108 ~ZpoolList();
H A Dcase_file.cc223 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID); in RefreshVdevState()
240 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID); in ReEvaluate()
497 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID); in ActivateSpare()
742 ZpoolList zpl(ZpoolList::ZpoolByGUID, &poolGUID); in DeSerializeFile()
949 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID); in OnGracePeriodEnded()
1060 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID); in Replace()
H A Dzfsd_event.cc327 ZpoolList zpl(ZpoolList::ZpoolByGUID, &poolGUID); in Process()
390 ZpoolList zpl(ZpoolList::ZpoolByGUID, &poolGUID); in CleanupSpares()
H A Dzfsd.cc215 ZpoolList zpl; in BuildCaseFiles()
216 ZpoolList::iterator pool; in BuildCaseFiles()