Searched refs:ZFS_DEBUG_MODIFY (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_debug.h57 #define ZFS_DEBUG_MODIFY (1 << 4) macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c1489 * If we've turned on the ZFS_DEBUG_MODIFY flag, verify that the buf's data
1499 if (!(zfs_flags & ZFS_DEBUG_MODIFY))
1591 * Given a buf full of data, if ZFS_DEBUG_MODIFY is enabled this computes a
1601 if (!(zfs_flags & ZFS_DEBUG_MODIFY))
1728 if (zfs_flags & ZFS_DEBUG_MODIFY) {
1746 if (!(zfs_flags & ZFS_DEBUG_MODIFY))

Completed in 74 milliseconds