Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_debug.h41 extern int zfs_flags;
91 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.h212 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddnode.h599 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddsl_dataset.h494 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Dspa.h1203 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file.c809 uint64_t zfs_flags = ITOZ(ip)->z_pflags; in __zpl_ioctl_getflags() local
812 if (zfs_flags & ZFS_IMMUTABLE) in __zpl_ioctl_getflags()
815 if (zfs_flags & ZFS_APPENDONLY) in __zpl_ioctl_getflags()
818 if (zfs_flags & ZFS_NODUMP) in __zpl_ioctl_getflags()
821 if (zfs_flags & ZFS_PROJINHERIT) in __zpl_ioctl_getflags()
857 uint64_t zfs_flags = ITOZ(ip)->z_pflags; in __zpl_ioctl_setflags() local
867 if ((fchange(ioctl_flags, zfs_flags, FS_IMMUTABLE_FL, ZFS_IMMUTABLE) || in __zpl_ioctl_setflags()
868 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()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dsysctl_os.c433 extern int zfs_flags;
439 val = zfs_flags; in sysctl_vfs_zfs_debug_flags()
450 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in sysctl_vfs_zfs_debug_flags()
452 zfs_flags = val; in sysctl_vfs_zfs_debug_flags()
H A Dzfs_debug.c180 if (zfs_flags & ZFS_DEBUG_SET_ERROR) in __set_error()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dmetaslab.c519 if ((zfs_flags & ZFS_DEBUG_HISTOGRAM_VERIFY) == 0) in metaslab_class_histogram_verify()
1018 if ((zfs_flags & ZFS_DEBUG_HISTOGRAM_VERIFY) == 0) in metaslab_group_histogram_verify()
1875 if ((zfs_flags & ZFS_DEBUG_METASLAB_VERIFY) == 0) in metaslab_verify_space()
2047 if ((zfs_flags & ZFS_DEBUG_METASLAB_VERIFY) == 0) in metaslab_verify_weight_and_frag()
3847 if (zfs_flags & ZFS_DEBUG_LOG_SPACEMAP) { in metaslab_flush()
4683 if ((zfs_flags & ZFS_DEBUG_METASLAB_VERIFY) == 0) in metaslab_active_mask_verify()
5987 if ((zfs_flags & ZFS_DEBUG_ZIO_FREE) == 0) in metaslab_check_free_impl()
6031 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()
1365 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.c1145 if ((zfs_flags & ZFS_DEBUG_INDIRECT_REMAP) && in vdev_indirect_remap()
H A Darc.c1468 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_cksum_verify()
1529 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_cksum_compute()
1640 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_buf_freeze()
1733 if (zfs_flags & ZFS_DEBUG_MODIFY) in arc_buf_try_copy_decompressed_data()
H A Ddnode.c271 if (!(zfs_flags & ZFS_DEBUG_DNODE_VERIFY)) in dnode_verify()
H A Ddbuf.c927 if (!(zfs_flags & ZFS_DEBUG_DBUF_VERIFY)) in dbuf_verify()
H A Ddsl_dataset.c640 if (zfs_flags & ZFS_DEBUG_SNAPNAMES) in dsl_dataset_hold_obj()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c562 zfs_flags |= ZFS_DEBUG_DPRINTF; in dprintf_setup()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/perf/
H A Dperf.shlib484 zfs_flags \