Searched refs:ZFS_DEBUG_DPRINTF (Results 1 – 8 of 8) sorted by relevance
46 #define ZFS_DEBUG_DPRINTF (1 << 0) macro91 if (zfs_flags & ZFS_DEBUG_DPRINTF) \
464 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \480 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
212 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
599 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
494 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
1203 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
562 zfs_flags |= ZFS_DEBUG_DPRINTF; in dprintf_setup()
253 int zfs_flags = ~(ZFS_DEBUG_DPRINTF | ZFS_DEBUG_SET_ERROR |