Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_debug.h51 extern int zfs_flags;
70 if (zfs_flags & ZFS_DEBUG_DPRINTF) \
H A Ddbuf.h377 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
393 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddsl_dir.h194 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddnode.h383 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddsl_dataset.h442 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Dspa.h942 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_misc.c253 int zfs_flags = ~(ZFS_DEBUG_DPRINTF | ZFS_DEBUG_INDIRECT_REMAP); variable
255 int zfs_flags = 0; variable
341 val = zfs_flags; in sysctl_vfs_zfs_debug_flags()
352 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in sysctl_vfs_zfs_debug_flags()
354 zfs_flags = val; in sysctl_vfs_zfs_debug_flags()
H A Dmetaslab.c427 if ((zfs_flags & ZFS_DEBUG_HISTOGRAM_VERIFY) == 0) in metaslab_class_histogram_verify()
597 if ((zfs_flags & ZFS_DEBUG_METASLAB_VERIFY) == 0) in metaslab_verify_space()
919 if ((zfs_flags & ZFS_DEBUG_HISTOGRAM_VERIFY) == 0) in metaslab_group_histogram_verify()
4200 if ((zfs_flags & ZFS_DEBUG_ZIO_FREE) == 0) in metaslab_check_free_impl()
4230 if ((zfs_flags & ZFS_DEBUG_ZIO_FREE) == 0) in metaslab_check_free()
H A Dvdev_indirect.c1105 if ((zfs_flags & ZFS_DEBUG_INDIRECT_REMAP) && in vdev_indirect_remap()
H A Darc.c1985 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_cksum_verify()
2089 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_cksum_compute()
2220 if (zfs_flags & ZFS_DEBUG_MODIFY) { in arc_buf_thaw()
2240 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_buf_freeze()
H A Ddnode.c241 if (!(zfs_flags & ZFS_DEBUG_DNODE_VERIFY)) in dnode_verify()
H A Ddsl_dataset.c530 if (zfs_flags & ZFS_DEBUG_SNAPNAMES) in dsl_dataset_hold_obj()
H A Ddbuf.c956 if (!(zfs_flags & ZFS_DEBUG_DBUF_VERIFY)) in dbuf_verify()
/freebsd-12.1/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c671 zfs_flags |= ZFS_DEBUG_DPRINTF; in dprintf_setup()