Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/os/linux/zfs/
HDzpl_file.c770 uint64_t zfs_flags = ITOZ(ip)->z_pflags; in __zpl_ioctl_getflags() local
773 if (zfs_flags & ZFS_IMMUTABLE) in __zpl_ioctl_getflags()
776 if (zfs_flags & ZFS_APPENDONLY) in __zpl_ioctl_getflags()
779 if (zfs_flags & ZFS_NODUMP) in __zpl_ioctl_getflags()
782 if (zfs_flags & ZFS_PROJINHERIT) in __zpl_ioctl_getflags()
818 uint64_t zfs_flags = ITOZ(ip)->z_pflags; in __zpl_ioctl_setflags() local
828 if ((fchange(ioctl_flags, zfs_flags, FS_IMMUTABLE_FL, ZFS_IMMUTABLE) || in __zpl_ioctl_setflags()
829 fchange(ioctl_flags, zfs_flags, FS_APPEND_FL, ZFS_APPENDONLY)) && in __zpl_ioctl_setflags()
840 if (((ioctl_flags & (iflag)) && !(zfs_flags & (zflag))) || \ in __zpl_ioctl_setflags()
841 ((zfs_flags & (zflag)) && !(ioctl_flags & (iflag)))) { \ in __zpl_ioctl_setflags()
[all …]
HDzfs_debug.c125 if (zfs_flags & ZFS_DEBUG_SET_ERROR) in __set_error()
HDzpl_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-stable/sys/contrib/openzfs/include/sys/
HDzfs_debug.h41 extern int zfs_flags;
93 if (zfs_flags & ZFS_DEBUG_DPRINTF) \
HDdbuf.h466 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
482 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
HDdsl_dir.h216 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
HDdnode.h637 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
HDdsl_dataset.h508 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
HDspa.h1219 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
/freebsd-14-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
HDsysctl_os.c642 extern int zfs_flags;
649 val = zfs_flags; in sysctl_vfs_zfs_debug_flags()
660 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in sysctl_vfs_zfs_debug_flags()
662 zfs_flags = val; in sysctl_vfs_zfs_debug_flags()
HDzfs_debug.c179 if (zfs_flags & ZFS_DEBUG_SET_ERROR) in __set_error()
/freebsd-14-stable/sys/contrib/openzfs/lib/libzpool/
HDzfs_debug.c61 if (zfs_flags & ZFS_DEBUG_SET_ERROR) in __set_error()
HDkernel.c574 zfs_flags |= ZFS_DEBUG_DPRINTF; in dprintf_setup()
/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDbrt.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()
HDmetaslab.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()
HDvdev_trim.c854 if (zfs_flags & ZFS_DEBUG_TRIM) { in vdev_trim_range_add()
1396 if (zfs_flags & ZFS_DEBUG_TRIM) { in vdev_autotrim_thread()
HDspa_log_spacemap.c366 if ((zfs_flags & ZFS_DEBUG_LOG_SPACEMAP) == 0) in spa_log_summary_verify_counts()
HDspa_misc.c255 int zfs_flags = ~(ZFS_DEBUG_DPRINTF | ZFS_DEBUG_SET_ERROR | variable
258 int zfs_flags = 0; variable
HDvdev_indirect.c1142 if ((zfs_flags & ZFS_DEBUG_INDIRECT_REMAP) && in vdev_indirect_remap()
HDzio.c3722 if (zfs_flags & ZFS_DEBUG_METASLAB_ALLOC) { in zio_dva_allocate()
3735 if (zfs_flags & ZFS_DEBUG_METASLAB_ALLOC) { in zio_dva_allocate()
3745 (zfs_flags & ZFS_DEBUG_METASLAB_ALLOC)) { in zio_dva_allocate()
HDarc.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()
HDdnode.c397 if (!(zfs_flags & ZFS_DEBUG_DNODE_VERIFY)) in dnode_verify()
HDdsl_dataset.c647 if (zfs_flags & ZFS_DEBUG_SNAPNAMES) in dsl_dataset_hold_obj()
HDdbuf.c1071 if (!(zfs_flags & ZFS_DEBUG_DBUF_VERIFY)) in dbuf_verify()
/freebsd-14-stable/sys/contrib/openzfs/tests/zfs-tests/tests/perf/
HDperf.shlib490 zfs_flags \