Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzfs_debug.h51 extern int zfs_flags;
69 if (zfs_flags & ZFS_DEBUG_DPRINTF) \
H A Ddbuf.h358 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
374 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddsl_dir.h178 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddnode.h328 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddsl_dataset.h345 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Dspa.h903 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa_misc.c254 int zfs_flags = ~(ZFS_DEBUG_DPRINTF | ZFS_DEBUG_SPA); variable
256 int zfs_flags = 0; variable
342 val = zfs_flags; in sysctl_vfs_zfs_debug_flags()
353 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in sysctl_vfs_zfs_debug_flags()
355 zfs_flags = val; in sysctl_vfs_zfs_debug_flags()
830 spa->spa_debug = ((zfs_flags & ZFS_DEBUG_SPA) != 0); in spa_add()
H A Dmetaslab.c390 if ((zfs_flags & ZFS_DEBUG_HISTOGRAM_VERIFY) == 0) in metaslab_class_histogram_verify()
541 if ((zfs_flags & ZFS_DEBUG_METASLAB_VERIFY) == 0) in metaslab_verify_space()
792 if ((zfs_flags & ZFS_DEBUG_HISTOGRAM_VERIFY) == 0) in metaslab_group_histogram_verify()
3474 if ((zfs_flags & ZFS_DEBUG_ZIO_FREE) == 0) in metaslab_check_free()
H A Darc.c1747 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_cksum_verify()
1836 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_cksum_compute()
1934 if (zfs_flags & ZFS_DEBUG_MODIFY) { in arc_buf_thaw()
1947 if (zfs_flags & ZFS_DEBUG_MODIFY) { in arc_buf_thaw()
1967 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_buf_freeze()
H A Ddnode.c242 if (!(zfs_flags & ZFS_DEBUG_DNODE_VERIFY)) in dnode_verify()
H A Ddbuf.c680 if (!(zfs_flags & ZFS_DEBUG_DBUF_VERIFY)) in dbuf_verify()
H A Ddsl_dataset.c521 if (zfs_flags & ZFS_DEBUG_SNAPNAMES) in dsl_dataset_hold_obj()
/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/
H A Dkernel.c697 zfs_flags |= ZFS_DEBUG_DPRINTF; in dprintf_setup()