Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/usr.sbin/zfsd/
H A Dcase_file.cc223 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID); in RefreshVdevState() local
224 zpool_handle_t *casePool(zpl.empty() ? NULL : zpl.front()); in RefreshVdevState()
240 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID); in ReEvaluate() local
241 zpool_handle_t *pool(zpl.empty() ? NULL : zpl.front()); in ReEvaluate()
497 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID); in ActivateSpare() local
498 zpool_handle_t *zhp(zpl.empty() ? NULL : zpl.front()); in ActivateSpare()
742 ZpoolList zpl(ZpoolList::ZpoolByGUID, &poolGUID); in DeSerializeFile() local
743 if (zpl.empty() in DeSerializeFile()
744 || (vdevConf = VdevIterator(zpl.front()) in DeSerializeFile()
950 zpool_handle_t *zhp(zpl.empty() ? NULL : zpl.front()); in OnGracePeriodEnded()
[all …]
H A Dzpool_list.cc98 ZpoolList *zpl(reinterpret_cast<ZpoolList *>(data)); in LoadIterator() local
101 if (zpl->m_filter(pool, poolConfig, zpl->m_filterArg)) in LoadIterator()
102 zpl->push_back(pool); in LoadIterator()
H A Dzfsd_event.cc327 ZpoolList zpl(ZpoolList::ZpoolByGUID, &poolGUID); in Process() local
328 if (zpl.empty()) { in Process()
339 nvlist_t *vdevConfig = VdevIterator(zpl.front()).Find(VdevGUID()); in Process()
351 Vdev vdev(zpl.front(), vdevConfig); in Process()
357 msg << zpool_get_name(zpl.front()) << ","; in Process()
390 ZpoolList zpl(ZpoolList::ZpoolByGUID, &poolGUID); in CleanupSpares() local
391 if (!zpl.empty()) { in CleanupSpares()
394 hdl = zpl.front(); in CleanupSpares()
H A Dzfsd.cc215 ZpoolList zpl; in BuildCaseFiles() local
219 for (pool = zpl.begin(); pool != zpl.end(); pool++) in BuildCaseFiles()
226 for (pool = zpl.begin(); pool != zpl.end(); pool++) { in BuildCaseFiles()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c93 SYSCTL_INT(_vfs_zfs_version, OID_AUTO, zpl, CTLFLAG_RD, &zfs_version_zpl, 0,