Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file.c984 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 Dzfs_debug.c130 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-14.2/sys/contrib/openzfs/include/sys/
H A Dzfs_debug.h41 extern int zfs_flags;
93 if (zfs_flags & ZFS_DEBUG_DPRINTF) \
H A Ddbuf.h471 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
487 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddsl_dir.h216 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddnode.h637 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddsl_dataset.h508 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Dspa.h1219 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
/freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dsysctl_os.c645 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 Dzfs_debug.c183 if (zfs_flags & ZFS_DEBUG_SET_ERROR) in __set_error()
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dbrt.c255 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 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()
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 Dvdev_trim.c854 if (zfs_flags & ZFS_DEBUG_TRIM) { in vdev_trim_range_add()
1396 if (zfs_flags & ZFS_DEBUG_TRIM) { in vdev_autotrim_thread()
H A Dspa_log_spacemap.c366 if ((zfs_flags & ZFS_DEBUG_LOG_SPACEMAP) == 0) in spa_log_summary_verify_counts()
H A Dspa_misc.c255 int zfs_flags = ~(ZFS_DEBUG_DPRINTF | ZFS_DEBUG_SET_ERROR | variable
258 int zfs_flags = 0; variable
H A Dvdev_indirect.c1142 if ((zfs_flags & ZFS_DEBUG_INDIRECT_REMAP) && in vdev_indirect_remap()
H A Dzio.c3718 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 Darc.c1429 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 Ddnode.c397 if (!(zfs_flags & ZFS_DEBUG_DNODE_VERIFY)) in dnode_verify()
H A Ddsl_dataset.c647 if (zfs_flags & ZFS_DEBUG_SNAPNAMES) in dsl_dataset_hold_obj()
H A Ddbuf.c1071 if (!(zfs_flags & ZFS_DEBUG_DBUF_VERIFY)) in dbuf_verify()
/freebsd-14.2/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c574 zfs_flags |= ZFS_DEBUG_DPRINTF; in dprintf_setup()
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/perf/
H A Dperf.shlib490 zfs_flags \