Home
last modified time | relevance | path

Searched refs:ZFS_LOG (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev_geom.c192 ZFS_LOG(1, "Attaching to %s.", pp->name); in vdev_geom_attach()
195 ZFS_LOG(1, "Failing attach of %s. Incompatible sectorsize %d\n", in vdev_geom_attach()
199 ZFS_LOG(1, "Failing attach of %s. Incompatible mediasize %ju\n", in vdev_geom_attach()
219 ZFS_LOG(1, "%s(%d): g_attach failed: %d\n", __func__, in vdev_geom_attach()
226 ZFS_LOG(1, "%s(%d): g_access failed: %d", __func__, in vdev_geom_attach()
231 ZFS_LOG(1, "Created geom and consumer for %s.", pp->name); in vdev_geom_attach()
236 ZFS_LOG(1, "Found consumer for %s.", pp->name); in vdev_geom_attach()
244 ZFS_LOG(1, "%s(%d): g_attach failed: %d\n", in vdev_geom_attach()
251 ZFS_LOG(1, "%s(%d): g_access failed: %d\n", in vdev_geom_attach()
256 ZFS_LOG(1, "Created consumer for %s.", pp->name); in vdev_geom_attach()
[all …]
H A Dzfs_replay.c891 ZFS_LOG(0, "Unexpected code path, report to pjd@FreeBSD.org"); in zfs_replay_truncate()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzfs_context.h252 #define ZFS_LOG(lvl, ...) do { \ macro
269 #define ZFS_LOG(lvl, ...) do { \ macro
/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/sys/
H A Dzfs_context.h128 #define ZFS_LOG(...) do { } while (0) macro