Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/include/sys/
H A Dzfs_debug.h41 extern int zfs_flags;
92 if (zfs_flags & ZFS_DEBUG_DPRINTF) \
H A Ddbuf.h464 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
480 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddsl_dir.h215 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddnode.h600 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddsl_dataset.h494 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Dspa.h1211 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file.c831 uint64_t zfs_flags = ITOZ(ip)->z_pflags; in __zpl_ioctl_getflags() local
834 if (zfs_flags & ZFS_IMMUTABLE) in __zpl_ioctl_getflags()
837 if (zfs_flags & ZFS_APPENDONLY) in __zpl_ioctl_getflags()
840 if (zfs_flags & ZFS_NODUMP) in __zpl_ioctl_getflags()
843 if (zfs_flags & ZFS_PROJINHERIT) in __zpl_ioctl_getflags()
879 uint64_t zfs_flags = ITOZ(ip)->z_pflags; in __zpl_ioctl_setflags() local
889 if ((fchange(ioctl_flags, zfs_flags, FS_IMMUTABLE_FL, ZFS_IMMUTABLE) || in __zpl_ioctl_setflags()
890 fchange(ioctl_flags, zfs_flags, FS_APPEND_FL, ZFS_APPENDONLY)) && in __zpl_ioctl_setflags()
H A Dzfs_debug.c129 if (zfs_flags & ZFS_DEBUG_SET_ERROR) in __set_error()
H A Dzpl_inode.c47 int zfs_flags = 0; in zpl_lookup() local
58 zfs_flags = FIGNORECASE; in zpl_lookup()
64 zfs_flags, cr, NULL, ppn); in zpl_lookup()
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dsysctl_os.c476 extern int zfs_flags;
482 val = zfs_flags; in sysctl_vfs_zfs_debug_flags()
493 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in sysctl_vfs_zfs_debug_flags()
495 zfs_flags = val; in sysctl_vfs_zfs_debug_flags()
H A Dzfs_debug.c183 if (zfs_flags & ZFS_DEBUG_SET_ERROR) in __set_error()
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c519 if ((zfs_flags & ZFS_DEBUG_HISTOGRAM_VERIFY) == 0) in metaslab_class_histogram_verify()
1030 if ((zfs_flags & ZFS_DEBUG_HISTOGRAM_VERIFY) == 0) in metaslab_group_histogram_verify()
1900 if ((zfs_flags & ZFS_DEBUG_METASLAB_VERIFY) == 0) in metaslab_verify_space()
2072 if ((zfs_flags & ZFS_DEBUG_METASLAB_VERIFY) == 0) in metaslab_verify_weight_and_frag()
3893 if (zfs_flags & ZFS_DEBUG_LOG_SPACEMAP) { in metaslab_flush()
4690 if ((zfs_flags & ZFS_DEBUG_METASLAB_VERIFY) == 0) in metaslab_active_mask_verify()
5989 if ((zfs_flags & ZFS_DEBUG_ZIO_FREE) == 0) in metaslab_check_free_impl()
6033 if ((zfs_flags & ZFS_DEBUG_ZIO_FREE) == 0) in metaslab_check_free()
H A Dvdev_trim.c819 if (zfs_flags & ZFS_DEBUG_TRIM) { in vdev_trim_range_add()
1366 if (zfs_flags & ZFS_DEBUG_TRIM) { in vdev_autotrim_thread()
H A Dspa_log_spacemap.c357 if ((zfs_flags & ZFS_DEBUG_LOG_SPACEMAP) == 0) in spa_log_summary_verify_counts()
H A Dspa_misc.c253 int zfs_flags = ~(ZFS_DEBUG_DPRINTF | ZFS_DEBUG_SET_ERROR | variable
256 int zfs_flags = 0; variable
H A Dvdev_indirect.c1143 if ((zfs_flags & ZFS_DEBUG_INDIRECT_REMAP) && in vdev_indirect_remap()
H A Dzio.c3562 if (zfs_flags & ZFS_DEBUG_METASLAB_ALLOC) { in zio_dva_allocate()
3575 if (zfs_flags & ZFS_DEBUG_METASLAB_ALLOC) { in zio_dva_allocate()
3585 (zfs_flags & ZFS_DEBUG_METASLAB_ALLOC)) { in zio_dva_allocate()
H A Darc.c1427 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_cksum_verify()
1488 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_cksum_compute()
1602 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_buf_freeze()
1695 if (zfs_flags & ZFS_DEBUG_MODIFY) in arc_buf_try_copy_decompressed_data()
H A Ddnode.c270 if (!(zfs_flags & ZFS_DEBUG_DNODE_VERIFY)) in dnode_verify()
H A Ddsl_dataset.c636 if (zfs_flags & ZFS_DEBUG_SNAPNAMES) in dsl_dataset_hold_obj()
H A Ddbuf.c985 if (!(zfs_flags & ZFS_DEBUG_DBUF_VERIFY)) in dbuf_verify()
/freebsd-13.1/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c532 zfs_flags |= ZFS_DEBUG_DPRINTF; in dprintf_setup()
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/perf/
H A Dperf.shlib503 zfs_flags \