Home
last modified time | relevance | path

Searched refs:zfs_flags (Results 1 – 19 of 19) sorted by path

/illumos-gate/usr/src/cmd/oamuser/user/
H A Duseradd.c154 int zfs_flags = 0; /* create_home flags */ local
712 zfs_flags = get_default_zfs_flags();
715 zfs_flags |= MANAGE_ZFS;
717 zfs_flags &= ~MANAGE_ZFS;
718 ret = create_home(homedir, skel_dir, uid, gid, zfs_flags);
H A Duserdel.c71 int zfs_flags = 0, argindex, tries; in main() local
168 zfs_flags = get_default_zfs_flags(); in main()
170 if (rm_files(pstruct->pw_dir, logname, zfs_flags) != EX_SUCCESS) in main()
H A Dusermod.c149 int ch, ret = EX_SUCCESS, call_pass = 0, oflag = 0, zfs_flags = 0; local
511 zfs_flags = get_default_zfs_flags();
513 zfs_flags |= MANAGE_ZFS;
515 zfs_flags &= ~MANAGE_ZFS;
516 ret = create_home(dir, NULL, uid, gid, zfs_flags);
521 logname, zfs_flags);
/illumos-gate/usr/src/lib/libzpool/common/
H A Dkernel.c322 zfs_flags |= ZFS_DEBUG_DPRINTF; in dprintf_setup()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c1307 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_cksum_verify()
1368 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_cksum_compute()
1488 if (zfs_flags & ZFS_DEBUG_MODIFY) { in arc_buf_thaw()
1503 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_buf_freeze()
H A Ddbuf.c726 if (!(zfs_flags & ZFS_DEBUG_DBUF_VERIFY)) in dbuf_verify()
H A Ddnode.c275 if (!(zfs_flags & ZFS_DEBUG_DNODE_VERIFY)) in dnode_verify()
H A Ddsl_dataset.c519 if (zfs_flags & ZFS_DEBUG_SNAPNAMES) in dsl_dataset_hold_obj()
H A Dmetaslab.c481 if ((zfs_flags & ZFS_DEBUG_HISTOGRAM_VERIFY) == 0) in metaslab_class_histogram_verify()
991 if ((zfs_flags & ZFS_DEBUG_HISTOGRAM_VERIFY) == 0) in metaslab_group_histogram_verify()
1839 if ((zfs_flags & ZFS_DEBUG_METASLAB_VERIFY) == 0) in metaslab_verify_space()
2011 if ((zfs_flags & ZFS_DEBUG_METASLAB_VERIFY) == 0) in metaslab_verify_weight_and_frag()
2376 if (zfs_flags & ZFS_DEBUG_LOG_SPACEMAP) { in metaslab_load_impl()
3783 if (zfs_flags & ZFS_DEBUG_LOG_SPACEMAP) { in metaslab_flush()
4627 if ((zfs_flags & ZFS_DEBUG_METASLAB_VERIFY) == 0) in metaslab_active_mask_verify()
5841 if ((zfs_flags & ZFS_DEBUG_ZIO_FREE) == 0) in metaslab_check_free_impl()
5885 if ((zfs_flags & ZFS_DEBUG_ZIO_FREE) == 0) in metaslab_check_free()
H A Dspa_log_spacemap.c358 if ((zfs_flags & ZFS_DEBUG_LOG_SPACEMAP) == 0) in spa_log_summary_verify_counts()
H A Dspa_misc.c254 int zfs_flags = ~(ZFS_DEBUG_DPRINTF | ZFS_DEBUG_INDIRECT_REMAP); variable
256 int zfs_flags = 0; variable
H A Dvdev_indirect.c1123 if ((zfs_flags & ZFS_DEBUG_INDIRECT_REMAP) && in vdev_indirect_remap()
H A Dvdev_trim.c751 if (zfs_flags & ZFS_DEBUG_TRIM) { in vdev_trim_range_add()
1309 if (zfs_flags & ZFS_DEBUG_TRIM) { in vdev_autotrim_thread()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddbuf.h411 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
427 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddnode.h575 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddsl_dataset.h470 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Ddsl_dir.h197 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Dspa.h1075 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
H A Dzfs_debug.h49 extern int zfs_flags;
70 if (zfs_flags & ZFS_DEBUG_DPRINTF) \