Searched refs:zfs_flags (Results 1 - 22 of 22) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzfs_debug.h41 extern int zfs_flags;
89 * $ echo 1 >/sys/module/zfs/parameters/zfs_flags
92 if (zfs_flags & ZFS_DEBUG_DPRINTF) \
H A Ddbuf.h464 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
480 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddsl_dir.h212 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddnode.h599 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddsl_dataset.h494 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Dspa.h1210 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file.c806 uint64_t zfs_flags = ITOZ(ip)->z_pflags; local
809 if (zfs_flags & ZFS_IMMUTABLE)
812 if (zfs_flags & ZFS_APPENDONLY)
815 if (zfs_flags & ZFS_NODUMP)
818 if (zfs_flags & ZFS_PROJINHERIT)
854 uint64_t zfs_flags = ITOZ(ip)->z_pflags; local
864 if ((fchange(ioctl_flags, zfs_flags, FS_IMMUTABLE_FL, ZFS_IMMUTABLE) ||
865 fchange(ioctl_flags, zfs_flags, FS_APPEND_FL, ZFS_APPENDONLY)) &&
H A Dzfs_debug.c127 * $ echo 512 >/sys/module/zfs/parameters/zfs_flags
129 if (zfs_flags & ZFS_DEBUG_SET_ERROR)
H A Dzpl_inode.c47 int zfs_flags = 0; local
58 zfs_flags = FIGNORECASE;
64 zfs_flags, cr, NULL, ppn);
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dsysctl_os.c427 extern int zfs_flags;
433 val = zfs_flags;
444 if (!(zfs_flags & ZFS_DEBUG_MODIFY))
446 zfs_flags = val;
H A Dzfs_debug.c181 * $ echo 512 >/sys/module/zfs/parameters/zfs_flags
183 if (zfs_flags & ZFS_DEBUG_SET_ERROR)
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c519 if ((zfs_flags & ZFS_DEBUG_HISTOGRAM_VERIFY) == 0)
1030 if ((zfs_flags & ZFS_DEBUG_HISTOGRAM_VERIFY) == 0)
1899 if ((zfs_flags & ZFS_DEBUG_METASLAB_VERIFY) == 0)
2071 if ((zfs_flags & ZFS_DEBUG_METASLAB_VERIFY) == 0)
3883 if (zfs_flags & ZFS_DEBUG_LOG_SPACEMAP) {
4678 if ((zfs_flags & ZFS_DEBUG_METASLAB_VERIFY) == 0)
5982 if ((zfs_flags & ZFS_DEBUG_ZIO_FREE) == 0)
6026 if ((zfs_flags & ZFS_DEBUG_ZIO_FREE) == 0)
H A Dvdev_trim.c819 if (zfs_flags & ZFS_DEBUG_TRIM) {
1365 if (zfs_flags & ZFS_DEBUG_TRIM) {
H A Dspa_log_spacemap.c357 if ((zfs_flags & ZFS_DEBUG_LOG_SPACEMAP) == 0)
H A Dspa_misc.c253 int zfs_flags = ~(ZFS_DEBUG_DPRINTF | ZFS_DEBUG_SET_ERROR | variable
256 int zfs_flags = 0; variable
H A Dvdev_indirect.c1144 if ((zfs_flags & ZFS_DEBUG_INDIRECT_REMAP) &&
H A Dzio.c3533 if (zfs_flags & ZFS_DEBUG_METASLAB_ALLOC) {
3545 if (zfs_flags & ZFS_DEBUG_METASLAB_ALLOC) {
3554 (zfs_flags & ZFS_DEBUG_METASLAB_ALLOC)) {
H A Darc.c1468 if (!(zfs_flags & ZFS_DEBUG_MODIFY))
1529 if (!(zfs_flags & ZFS_DEBUG_MODIFY))
1640 if (!(zfs_flags & ZFS_DEBUG_MODIFY))
1733 if (zfs_flags & ZFS_DEBUG_MODIFY)
H A Ddnode.c271 if (!(zfs_flags & ZFS_DEBUG_DNODE_VERIFY))
H A Ddbuf.c927 if (!(zfs_flags & ZFS_DEBUG_DBUF_VERIFY))
H A Ddsl_dataset.c640 if (zfs_flags & ZFS_DEBUG_SNAPNAMES)
/freebsd-13-stable/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c532 zfs_flags |= ZFS_DEBUG_DPRINTF;

Completed in 229 milliseconds