Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_debug.h46 #define ZFS_DEBUG_DPRINTF (1 << 0) macro
91 if (zfs_flags & ZFS_DEBUG_DPRINTF) \
H A Ddbuf.h464 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
480 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddsl_dir.h212 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddnode.h599 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddsl_dataset.h494 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Dspa.h1203 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c562 zfs_flags |= ZFS_DEBUG_DPRINTF; in dprintf_setup()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_misc.c253 int zfs_flags = ~(ZFS_DEBUG_DPRINTF | ZFS_DEBUG_SET_ERROR |