| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_file.c | 984 uint64_t zfs_flags = ITOZ(ip)->z_pflags; in __zpl_ioctl_getflags() local 987 if (zfs_flags & ZFS_IMMUTABLE) in __zpl_ioctl_getflags() 990 if (zfs_flags & ZFS_APPENDONLY) in __zpl_ioctl_getflags() 993 if (zfs_flags & ZFS_NODUMP) in __zpl_ioctl_getflags() 996 if (zfs_flags & ZFS_PROJINHERIT) in __zpl_ioctl_getflags() 1032 uint64_t zfs_flags = ITOZ(ip)->z_pflags; in __zpl_ioctl_setflags() local 1054 if (((ioctl_flags & (iflag)) && !(zfs_flags & (zflag))) || \ in __zpl_ioctl_setflags() 1055 ((zfs_flags & (zflag)) && !(ioctl_flags & (iflag)))) { \ in __zpl_ioctl_setflags() 1166 uint64_t zfs_flags = ITOZ(ip)->z_pflags; in __zpl_ioctl_setdosflags() local 1184 if (((ioctl_flags & (iflag)) && !(zfs_flags & (iflag))) || \ in __zpl_ioctl_setdosflags() [all …]
|
| H A D | zfs_debug.c | 130 if (zfs_flags & ZFS_DEBUG_SET_ERROR) in __set_error()
|
| H A D | zpl_inode.c | 47 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-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | zfs_debug.h | 41 extern int zfs_flags; 93 if (zfs_flags & ZFS_DEBUG_DPRINTF) \
|
| H A D | dbuf.h | 471 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \ 487 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
|
| H A D | dsl_dir.h | 216 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
|
| H A D | dnode.h | 637 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
|
| H A D | dsl_dataset.h | 508 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
|
| H A D | spa.h | 1219 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | sysctl_os.c | 645 extern int zfs_flags; 652 val = zfs_flags; in sysctl_vfs_zfs_debug_flags() 663 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in sysctl_vfs_zfs_debug_flags() 665 zfs_flags = val; in sysctl_vfs_zfs_debug_flags()
|
| H A D | zfs_debug.c | 183 if (zfs_flags & ZFS_DEBUG_SET_ERROR) in __set_error()
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | brt.c | 255 if ((zfs_flags & ZFS_DEBUG_BRT) != 0) { \ 753 if (zfs_flags & ZFS_DEBUG_BRT) in brt_vdev_addref() 790 if (zfs_flags & ZFS_DEBUG_BRT) in brt_vdev_decref()
|
| H A D | metaslab.c | 519 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() 1912 if ((zfs_flags & ZFS_DEBUG_METASLAB_VERIFY) == 0) in metaslab_verify_space() 2084 if ((zfs_flags & ZFS_DEBUG_METASLAB_VERIFY) == 0) in metaslab_verify_weight_and_frag() 3941 if (zfs_flags & ZFS_DEBUG_LOG_SPACEMAP) { in metaslab_flush() 4725 if ((zfs_flags & ZFS_DEBUG_METASLAB_VERIFY) == 0) in metaslab_active_mask_verify() 5956 if ((zfs_flags & ZFS_DEBUG_ZIO_FREE) == 0) in metaslab_check_free_impl() 6000 if ((zfs_flags & ZFS_DEBUG_ZIO_FREE) == 0) in metaslab_check_free()
|
| H A D | vdev_trim.c | 854 if (zfs_flags & ZFS_DEBUG_TRIM) { in vdev_trim_range_add() 1396 if (zfs_flags & ZFS_DEBUG_TRIM) { in vdev_autotrim_thread()
|
| H A D | spa_log_spacemap.c | 366 if ((zfs_flags & ZFS_DEBUG_LOG_SPACEMAP) == 0) in spa_log_summary_verify_counts()
|
| H A D | spa_misc.c | 255 int zfs_flags = ~(ZFS_DEBUG_DPRINTF | ZFS_DEBUG_SET_ERROR | variable 258 int zfs_flags = 0; variable
|
| H A D | vdev_indirect.c | 1142 if ((zfs_flags & ZFS_DEBUG_INDIRECT_REMAP) && in vdev_indirect_remap()
|
| H A D | zio.c | 3718 if (zfs_flags & ZFS_DEBUG_METASLAB_ALLOC) { in zio_dva_allocate() 3731 if (zfs_flags & ZFS_DEBUG_METASLAB_ALLOC) { in zio_dva_allocate() 3741 (zfs_flags & ZFS_DEBUG_METASLAB_ALLOC)) { in zio_dva_allocate()
|
| H A D | arc.c | 1429 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_cksum_verify() 1489 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_cksum_compute() 1605 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_buf_freeze() 1699 if (zfs_flags & ZFS_DEBUG_MODIFY) in arc_buf_try_copy_decompressed_data()
|
| H A D | dnode.c | 397 if (!(zfs_flags & ZFS_DEBUG_DNODE_VERIFY)) in dnode_verify()
|
| H A D | dsl_dataset.c | 647 if (zfs_flags & ZFS_DEBUG_SNAPNAMES) in dsl_dataset_hold_obj()
|
| H A D | dbuf.c | 1071 if (!(zfs_flags & ZFS_DEBUG_DBUF_VERIFY)) in dbuf_verify()
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzpool/ |
| H A D | kernel.c | 574 zfs_flags |= ZFS_DEBUG_DPRINTF; in dprintf_setup()
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/perf/ |
| H A D | perf.shlib | 490 zfs_flags \
|