Home
last modified time | relevance | path

Searched refs:ZFS_DEBUG_DPRINTF (Results 1 – 8 of 8) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
HDzfs_debug.h46 #define ZFS_DEBUG_DPRINTF (1 << 0) macro
92 if (zfs_flags & ZFS_DEBUG_DPRINTF) \
HDdbuf.h455 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
471 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
HDdsl_dir.h215 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
HDdnode.h641 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
HDdsl_dataset.h494 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
HDspa.h1193 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
/freebsd-13-stable/sys/contrib/openzfs/lib/libzpool/
HDkernel.c532 zfs_flags |= ZFS_DEBUG_DPRINTF; in dprintf_setup()
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDspa_misc.c253 int zfs_flags = ~(ZFS_DEBUG_DPRINTF | ZFS_DEBUG_SET_ERROR |