Home
last modified time | relevance | path

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

/freebsd-13.1/cddl/usr.sbin/zfsd/
H A Dzpool_list.cc69 ZpoolList::ZpoolAll(zpool_handle_t *pool, nvlist_t *poolConfig, void *cbArg) in ZpoolAll()
75 ZpoolList::ZpoolByGUID(zpool_handle_t *pool, nvlist_t *poolConfig, in ZpoolByGUID()
88 ZpoolList::ZpoolByName(zpool_handle_t *pool, nvlist_t *poolConfig, void *cbArg) in ZpoolByName()
97 ZpoolList::LoadIterator(zpool_handle_t *pool, void *data) in LoadIterator()
99 ZpoolList *zpl(reinterpret_cast<ZpoolList *>(data)); in LoadIterator()
109 ZpoolList::ZpoolList(PoolFilter_t *filter, void * filterArg) in ZpoolList() function in ZpoolList
116 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.cc224 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID); in RefreshVdevState()
241 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID); in ReEvaluate()
498 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID); in ActivateSpare()
743 ZpoolList zpl(ZpoolList::ZpoolByGUID, &poolGUID); in DeSerializeFile()
950 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID); in OnGracePeriodEnded()
1061 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID); in Replace()
H A Dzfsd_event.cc330 ZpoolList zpl(ZpoolList::ZpoolByGUID, &poolGUID); in Process()
393 ZpoolList zpl(ZpoolList::ZpoolByGUID, &poolGUID); in CleanupSpares()
H A Dzfsd.cc217 ZpoolList zpl; in BuildCaseFiles()
218 ZpoolList::iterator pool; in BuildCaseFiles()