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

/freebsd-12-stable/cddl/usr.sbin/zfsd/
H A Dzpool_list.cc98 ZpoolList *zpl(reinterpret_cast<ZpoolList *>(data));
101 if (zpl->m_filter(pool, poolConfig, zpl->m_filterArg))
102 zpl->push_back(pool);
H A Dzfsd_event.cc327 ZpoolList zpl(ZpoolList::ZpoolByGUID, &poolGUID);
328 if (zpl.empty()) {
339 nvlist_t *vdevConfig = VdevIterator(zpl.front()).Find(VdevGUID());
351 Vdev vdev(zpl.front(), vdevConfig);
357 msg << zpool_get_name(zpl.front()) << ",";
390 ZpoolList zpl(ZpoolList::ZpoolByGUID, &poolGUID);
391 if (!zpl.empty()) {
394 hdl = zpl.front();
H A Dzfsd.cc215 ZpoolList zpl; local
219 for (pool = zpl.begin(); pool != zpl.end(); pool++)
226 for (pool = zpl.begin(); pool != zpl.end(); pool++) {
H A Dcase_file.cc223 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID);
224 zpool_handle_t *casePool(zpl.empty() ? NULL : zpl.front());
240 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID);
241 zpool_handle_t *pool(zpl.empty() ? NULL : zpl.front());
497 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID);
498 zpool_handle_t *zhp(zpl.empty() ? NULL : zpl.front());
742 ZpoolList zpl(ZpoolLis
[all...]
/freebsd-12-stable/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,

Completed in 181 milliseconds