Searched refs:zfs_flags (Results 1 – 16 of 16) sorted by relevance
| /titanic_53/usr/src/uts/common/fs/zfs/sys/ |
| H A D | zfs_debug.h | 49 extern int zfs_flags; 66 if (zfs_flags & ZFS_DEBUG_DPRINTF) \
|
| H A D | dbuf.h | 354 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \ 370 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
|
| H A D | dsl_dir.h | 178 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
|
| H A D | dnode.h | 316 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
|
| H A D | dsl_dataset.h | 350 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
|
| H A D | spa.h | 878 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
|
| /titanic_53/usr/src/cmd/oamuser/user/ |
| H A D | userdel.c | 71 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 D | usermod.c | 149 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);
|
| H A D | useradd.c | 154 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);
|
| /titanic_53/usr/src/uts/common/fs/zfs/ |
| H A D | spa_misc.c | 244 int zfs_flags = ~(ZFS_DEBUG_DPRINTF | ZFS_DEBUG_SPA); variable 246 int zfs_flags = 0; variable 654 spa->spa_debug = ((zfs_flags & ZFS_DEBUG_SPA) != 0); in spa_add()
|
| H A D | metaslab.c | 282 if ((zfs_flags & ZFS_DEBUG_HISTOGRAM_VERIFY) == 0) in metaslab_class_histogram_verify() 592 if ((zfs_flags & ZFS_DEBUG_HISTOGRAM_VERIFY) == 0) in metaslab_group_histogram_verify() 2568 if ((zfs_flags & ZFS_DEBUG_ZIO_FREE) == 0) in metaslab_check_free()
|
| H A D | arc.c | 1368 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_cksum_verify() 1399 if (!force && !(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_cksum_compute() 1486 if (zfs_flags & ZFS_DEBUG_MODIFY) { in arc_buf_thaw() 1501 if (zfs_flags & ZFS_DEBUG_MODIFY) { in arc_buf_thaw() 1518 if (!(zfs_flags & ZFS_DEBUG_MODIFY)) in arc_buf_freeze()
|
| H A D | dnode.c | 241 if (!(zfs_flags & ZFS_DEBUG_DNODE_VERIFY)) in dnode_verify()
|
| H A D | dsl_dataset.c | 505 if (zfs_flags & ZFS_DEBUG_SNAPNAMES) in dsl_dataset_hold_obj()
|
| H A D | dbuf.c | 417 if (!(zfs_flags & ZFS_DEBUG_DBUF_VERIFY)) in dbuf_verify()
|
| /titanic_53/usr/src/lib/libzpool/common/ |
| H A D | kernel.c | 634 zfs_flags |= ZFS_DEBUG_DPRINTF; in dprintf_setup()
|