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

/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A DMakefile.am13 zpl.h
/freebsd-13-stable/cddl/usr.sbin/zfsd/
H A Dzpool_list.cc99 ZpoolList *zpl(reinterpret_cast<ZpoolList *>(data));
102 if (zpl->m_filter(pool, poolConfig, zpl->m_filterArg))
103 zpl->push_back(pool);
H A Dzfsd_event.cc330 ZpoolList zpl(ZpoolList::ZpoolByGUID, &poolGUID);
331 if (zpl.empty()) {
342 nvlist_t *vdevConfig = VdevIterator(zpl.front()).Find(VdevGUID());
354 Vdev vdev(zpl.front(), vdevConfig);
360 msg << zpool_get_name(zpl.front()) << ",";
393 ZpoolList zpl(ZpoolList::ZpoolByGUID, &poolGUID);
394 if (!zpl.empty()) {
397 hdl = zpl.front();
H A Dzfsd.cc217 ZpoolList zpl; local
221 for (pool = zpl.begin(); pool != zpl.end(); pool++)
228 for (pool = zpl.begin(); pool != zpl.end(); pool++) {
H A Dcase_file.cc224 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID);
225 zpool_handle_t *casePool(zpl.empty() ? NULL : zpl.front());
241 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID);
242 zpool_handle_t *pool(zpl.empty() ? NULL : zpl.front());
490 ZpoolList zpl(ZpoolList::ZpoolByGUID, &m_poolGUID);
491 zpool_handle_t *zhp(zpl.empty() ? NULL : zpl.front());
735 ZpoolList zpl(ZpoolLis
[all...]
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A DMakefile.am26 zpl.h
H A Dpolicy.h36 #include <sys/zpl.h>
H A Dzfs_vnops_os.h34 #include <sys/zpl.h>
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_export.c30 #include <sys/zpl.h>
H A Darc_os.c48 #include <sys/zpl.h>
H A Dzpl_super.c30 #include <sys/zpl.h>
H A Dzpl_ctldir.c34 #include <sys/zpl.h>
H A Dzfs_ctldir.c89 #include <sys/zpl.h>
H A Dzpl_inode.c33 #include <sys/zpl.h>
H A Dzpl_xattr.c85 #include <sys/zpl.h>
H A Dzfs_vfsops.c61 #include <sys/zpl.h>
H A Dzfs_acl.c53 #include <sys/zpl.h>
H A Dzfs_znode.c51 #include <sys/zpl.h>
1851 /* For the moment we expect all zpl props to be uint64_ts */
2081 * Given an object number, return some zpl level statistics
H A Dzfs_vnops_os.c69 #include <sys/zpl.h>
1589 * the object id. Non-zpl consumers may safely make
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzfs_replay.c49 #include <sys/zpl.h>
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c101 SYSCTL_INT(_vfs_zfs_version, OID_AUTO, zpl, CTLFLAG_RD, &zfs_version_zpl, 0,

Completed in 282 milliseconds