/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zpl_file.c | 735 uint64_t zfs_flags = ITOZ(ip)->z_pflags; in __zpl_ioctl_getflags() local 738 if (zfs_flags & ZFS_IMMUTABLE) in __zpl_ioctl_getflags() 741 if (zfs_flags & ZFS_APPENDONLY) in __zpl_ioctl_getflags() 744 if (zfs_flags & ZFS_NODUMP) in __zpl_ioctl_getflags() 747 if (zfs_flags & ZFS_PROJINHERIT) in __zpl_ioctl_getflags() 783 uint64_t zfs_flags = ITOZ(ip)->z_pflags; in __zpl_ioctl_setflags() local 793 if ((fchange(ioctl_flags, zfs_flags, FS_IMMUTABLE_FL, ZFS_IMMUTABLE) || in __zpl_ioctl_setflags() 794 fchange(ioctl_flags, zfs_flags, FS_APPEND_FL, ZFS_APPENDONLY)) && in __zpl_ioctl_setflags() 805 if (((ioctl_flags & (iflag)) && !(zfs_flags & (zflag))) || \ in __zpl_ioctl_setflags() 806 ((zfs_flags & (zflag)) && !(ioctl_flags & (iflag)))) { \ in __zpl_ioctl_setflags() [all …]
|
H A D | zfs_debug.c | 125 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 78 zfs_flags = FIGNORECASE; in zpl_lookup() 84 zfs_flags, cr, NULL, ppn); in zpl_lookup()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zfs_debug.h | 41 extern int zfs_flags; 94 if (zfs_flags & ZFS_DEBUG_DPRINTF) \
|
H A D | dbuf.h | 492 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \ 508 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
|
H A D | dsl_dir.h | 216 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
|
H A D | dnode.h | 642 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
|
H A D | dsl_dataset.h | 508 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
|
H A D | spa.h | 1255 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | sysctl_os.c | 595 extern int zfs_flags; 602 val = zfs_flags; in sysctl_vfs_zfs_debug_flags() 613 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in sysctl_vfs_zfs_debug_flags() 615 zfs_flags = val; in sysctl_vfs_zfs_debug_flags()
|
H A D | zfs_debug.c | 179 if (zfs_flags & ZFS_DEBUG_SET_ERROR) in __set_error()
|
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | zfs_debug.c | 77 if (zfs_flags & ZFS_DEBUG_SET_ERROR) in __set_error()
|
H A D | kernel.c | 577 zfs_flags |= ZFS_DEBUG_DPRINTF; in dprintf_setup()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_raidz.c | 1386 if (zfs_flags & ZFS_DEBUG_RAIDZ_RECONSTRUCT) in vdev_raidz_reconstruct_p() 1421 if (zfs_flags & ZFS_DEBUG_RAIDZ_RECONSTRUCT) in vdev_raidz_reconstruct_q() 1470 if (zfs_flags & ZFS_DEBUG_RAIDZ_RECONSTRUCT) in vdev_raidz_reconstruct_pq() 1921 if (zfs_flags & ZFS_DEBUG_RAIDZ_RECONSTRUCT) in vdev_raidz_reconstruct_general() 2056 if (zfs_flags & ZFS_DEBUG_RAIDZ_RECONSTRUCT) { in vdev_raidz_reconstruct_row() 2066 if (zfs_flags & ZFS_DEBUG_RAIDZ_RECONSTRUCT) { in vdev_raidz_reconstruct_row() 2929 int dbgmsg = zfs_flags & ZFS_DEBUG_RAIDZ_RECONSTRUCT; in raidz_reconstruct() 3182 if (zfs_flags & in vdev_raidz_combrec() 3216 if (zfs_flags & ZFS_DEBUG_RAIDZ_RECONSTRUCT) in vdev_raidz_combrec()
|
H A D | metaslab.c | 518 if ((zfs_flags & ZFS_DEBUG_HISTOGRAM_VERIFY) == 0) in metaslab_class_histogram_verify() 1029 if ((zfs_flags & ZFS_DEBUG_HISTOGRAM_VERIFY) == 0) in metaslab_group_histogram_verify() 1962 if ((zfs_flags & ZFS_DEBUG_METASLAB_VERIFY) == 0) in metaslab_verify_space() 2136 if ((zfs_flags & ZFS_DEBUG_METASLAB_VERIFY) == 0) in metaslab_verify_weight_and_frag() 4010 if (zfs_flags & ZFS_DEBUG_LOG_SPACEMAP) { in metaslab_flush() 4800 if ((zfs_flags & ZFS_DEBUG_METASLAB_VERIFY) == 0) in metaslab_active_mask_verify() 6032 if ((zfs_flags & ZFS_DEBUG_ZIO_FREE) == 0) in metaslab_check_free_impl() 6077 if ((zfs_flags & ZFS_DEBUG_ZIO_FREE) == 0) in metaslab_check_free()
|
H A D | brt.c | 254 if ((zfs_flags & ZFS_DEBUG_BRT) != 0) { \ 1375 if (zfs_flags & ZFS_DEBUG_BRT) in brt_sync_table()
|
H A D | vdev_trim.c | 857 if (zfs_flags & ZFS_DEBUG_TRIM) { in vdev_trim_range_add() 1407 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 | 256 int zfs_flags = ~(ZFS_DEBUG_DPRINTF | ZFS_DEBUG_SET_ERROR | variable 259 int zfs_flags = 0; variable
|
H A D | vdev_indirect.c | 1143 if ((zfs_flags & ZFS_DEBUG_INDIRECT_REMAP) && in vdev_indirect_remap()
|
H A D | zio.c | 4186 if (zfs_flags & ZFS_DEBUG_METASLAB_ALLOC) { in zio_dva_allocate() 4200 if (zfs_flags & ZFS_DEBUG_METASLAB_ALLOC) { in zio_dva_allocate() 4213 (zfs_flags & ZFS_DEBUG_METASLAB_ALLOC)) { in zio_dva_allocate()
|
H A D | arc.c | 1446 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_cksum_verify() 1506 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_cksum_compute() 1622 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_buf_freeze() 1716 if (zfs_flags & ZFS_DEBUG_MODIFY) in arc_buf_try_copy_decompressed_data()
|
H A D | dnode.c | 405 if (!(zfs_flags & ZFS_DEBUG_DNODE_VERIFY)) in dnode_verify()
|
H A D | dsl_dataset.c | 673 if (zfs_flags & ZFS_DEBUG_SNAPNAMES) in dsl_dataset_hold_obj()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/perf/ |
H A D | perf.shlib | 490 zfs_flags \
|