Home
last modified time | relevance | path

Searched refs:zfs_flags (Results 1 – 12 of 12) sorted by relevance

/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDzfs_debug.h51 extern int zfs_flags;
68 if (zfs_flags & ZFS_DEBUG_DPRINTF) \
HDdbuf.h334 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
350 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
HDdsl_dir.h174 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
HDdnode.h312 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
HDdsl_dataset.h310 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
HDspa.h870 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDspa_misc.c242 int zfs_flags = ~(ZFS_DEBUG_DPRINTF | ZFS_DEBUG_SPA); variable
244 int zfs_flags = 0; variable
247 TUNABLE_INT("debug.zfs_flags", &zfs_flags);
248 SYSCTL_INT(_debug, OID_AUTO, zfs_flags, CTLFLAG_RWTUN, &zfs_flags, 0,
697 spa->spa_debug = ((zfs_flags & ZFS_DEBUG_SPA) != 0); in spa_add()
HDmetaslab.c389 if ((zfs_flags & ZFS_DEBUG_HISTOGRAM_VERIFY) == 0) in metaslab_class_histogram_verify()
701 if ((zfs_flags & ZFS_DEBUG_HISTOGRAM_VERIFY) == 0) in metaslab_group_histogram_verify()
2676 if ((zfs_flags & ZFS_DEBUG_ZIO_FREE) == 0) in metaslab_check_free()
HDarc.c1162 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_cksum_verify()
1194 if (!force && !(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_cksum_compute()
1259 if (zfs_flags & ZFS_DEBUG_MODIFY) { in arc_buf_thaw()
1273 if (zfs_flags & ZFS_DEBUG_MODIFY) { in arc_buf_thaw()
1291 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_buf_freeze()
HDdnode.c242 if (!(zfs_flags & ZFS_DEBUG_DNODE_VERIFY)) in dnode_verify()
HDdbuf.c316 if (!(zfs_flags & ZFS_DEBUG_DBUF_VERIFY)) in dbuf_verify()
HDdsl_dataset.c457 if (zfs_flags & ZFS_DEBUG_SNAPNAMES) in dsl_dataset_hold_obj()