Home
last modified time | relevance | path

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

12

/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file.c746 uint64_t zfs_flags = ITOZ(ip)->z_pflags; in __zpl_ioctl_getflags() local
749 if (zfs_flags & ZFS_IMMUTABLE) in __zpl_ioctl_getflags()
752 if (zfs_flags & ZFS_APPENDONLY) in __zpl_ioctl_getflags()
755 if (zfs_flags & ZFS_NODUMP) in __zpl_ioctl_getflags()
758 if (zfs_flags & ZFS_PROJINHERIT) in __zpl_ioctl_getflags()
794 uint64_t zfs_flags = ITOZ(ip)->z_pflags; in __zpl_ioctl_setflags() local
804 if ((fchange(ioctl_flags, zfs_flags, FS_IMMUTABLE_FL, ZFS_IMMUTABLE) || in __zpl_ioctl_setflags()
805 fchange(ioctl_flags, zfs_flags, FS_APPEND_FL, ZFS_APPENDONLY)) && in __zpl_ioctl_setflags()
816 if (((ioctl_flags & (iflag)) && !(zfs_flags & (zflag))) || \ in __zpl_ioctl_setflags()
817 ((zfs_flags & (zflag)) && !(ioctl_flags & (iflag)))) { \ in __zpl_ioctl_setflags()
[all …]
H A Dzfs_debug.c126 if (zfs_flags & ZFS_DEBUG_SET_ERROR) in __set_error()
H A Dzpl_inode.c50 int zfs_flags = 0; in zpl_lookup() local
81 zfs_flags = FIGNORECASE; in zpl_lookup()
87 zfs_flags, cr, NULL, ppn); in zpl_lookup()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_debug.h44 extern int zfs_flags;
98 if (zfs_flags & ZFS_DEBUG_DPRINTF) \
H A Ddbuf.h484 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
500 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddsl_dir.h217 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddnode.h631 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddsl_dataset.h516 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Dspa.h1283 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dsysctl_os.c382 extern int zfs_flags;
389 val = zfs_flags; in sysctl_vfs_zfs_debug_flags()
400 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in sysctl_vfs_zfs_debug_flags()
402 zfs_flags = val; in sysctl_vfs_zfs_debug_flags()
H A Dzfs_debug.c180 if (zfs_flags & ZFS_DEBUG_SET_ERROR) in __set_error()
H A Dzfs_vnops_os.c290 uint64_t zfs_flags = VTOZ(vp)->z_pflags; in zfs_ioctl_setflags() local
300 if (((ioctl_flags & (iflag)) && !(zfs_flags & (zflag))) || \ in zfs_ioctl_setflags()
301 ((zfs_flags & (zflag)) && !(ioctl_flags & (iflag)))) { \ in zfs_ioctl_setflags()
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dzfs_debug.c78 if (zfs_flags & ZFS_DEBUG_SET_ERROR) in __set_error()
H A Dkernel.c579 zfs_flags |= ZFS_DEBUG_DPRINTF; in dprintf_setup()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c1414 if (zfs_flags & ZFS_DEBUG_RAIDZ_RECONSTRUCT) in vdev_raidz_reconstruct_p()
1449 if (zfs_flags & ZFS_DEBUG_RAIDZ_RECONSTRUCT) in vdev_raidz_reconstruct_q()
1498 if (zfs_flags & ZFS_DEBUG_RAIDZ_RECONSTRUCT) in vdev_raidz_reconstruct_pq()
1949 if (zfs_flags & ZFS_DEBUG_RAIDZ_RECONSTRUCT) in vdev_raidz_reconstruct_general()
2084 if (zfs_flags & ZFS_DEBUG_RAIDZ_RECONSTRUCT) { in vdev_raidz_reconstruct_row()
2094 if (zfs_flags & ZFS_DEBUG_RAIDZ_RECONSTRUCT) { in vdev_raidz_reconstruct_row()
3294 int dbgmsg = zfs_flags & ZFS_DEBUG_RAIDZ_RECONSTRUCT; in raidz_reconstruct()
3547 if (zfs_flags & in vdev_raidz_combrec()
3581 if (zfs_flags & ZFS_DEBUG_RAIDZ_RECONSTRUCT) in vdev_raidz_combrec()
H A Dmetaslab.c742 if ((zfs_flags & ZFS_DEBUG_HISTOGRAM_VERIFY) == 0) in metaslab_class_histogram_verify()
1259 if ((zfs_flags & ZFS_DEBUG_HISTOGRAM_VERIFY) == 0) in metaslab_group_histogram_verify()
2117 if ((zfs_flags & ZFS_DEBUG_METASLAB_VERIFY) == 0) in metaslab_verify_space()
2291 if ((zfs_flags & ZFS_DEBUG_METASLAB_VERIFY) == 0) in metaslab_verify_weight_and_frag()
4185 if (zfs_flags & ZFS_DEBUG_LOG_SPACEMAP) { in metaslab_flush()
4959 if ((zfs_flags & ZFS_DEBUG_METASLAB_VERIFY) == 0) in metaslab_active_mask_verify()
6145 if ((zfs_flags & ZFS_DEBUG_ZIO_FREE) == 0) in metaslab_check_free_impl()
6190 if ((zfs_flags & ZFS_DEBUG_ZIO_FREE) == 0) in metaslab_check_free()
H A Dbrt.c255 if ((zfs_flags & ZFS_DEBUG_BRT) != 0) { \
1418 if (zfs_flags & ZFS_DEBUG_BRT) in brt_sync_table()
H A Dvdev_trim.c858 if (zfs_flags & ZFS_DEBUG_TRIM) { in vdev_trim_range_add()
1414 if (zfs_flags & ZFS_DEBUG_TRIM) { in vdev_autotrim_thread()
H A Dspa_log_spacemap.c367 if ((zfs_flags & ZFS_DEBUG_LOG_SPACEMAP) == 0) in spa_log_summary_verify_counts()
H A Dspa_misc.c257 int zfs_flags = ~(ZFS_DEBUG_DPRINTF | ZFS_DEBUG_SET_ERROR | variable
260 int zfs_flags = 0; variable
H A Dvdev_indirect.c1144 if ((zfs_flags & ZFS_DEBUG_INDIRECT_REMAP) && in vdev_indirect_remap()
H A Dzio.c4329 if (zfs_flags & ZFS_DEBUG_METASLAB_ALLOC) { in zio_dva_allocate()
4355 if (zfs_flags & ZFS_DEBUG_METASLAB_ALLOC) { in zio_dva_allocate()
4368 (zfs_flags & ZFS_DEBUG_METASLAB_ALLOC)) { in zio_dva_allocate()
H A Darc.c1463 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_cksum_verify()
1523 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_cksum_compute()
1639 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 Dddt.c2252 zfs_flags & ZFS_DEBUG_DDT) { in ddt_sync_flush_log()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/perf/
H A Dperf.shlib491 zfs_flags \

12