Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_debug.h50 #define ZFS_DEBUG_DPRINTF (1 << 0) macro
99 if (zfs_flags & ZFS_DEBUG_DPRINTF) \
H A Ddbuf.h486 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
502 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddsl_dir.h217 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddnode.h631 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddsl_dataset.h516 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Dspa.h1290 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c149 zfs_flags |= ZFS_DEBUG_DPRINTF; in dprintf_setup()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_misc.c258 int zfs_flags = ~(ZFS_DEBUG_DPRINTF | ZFS_DEBUG_SET_ERROR |