HomeSort by relevance Sort by last modified time
    Searched refs:zfs_flags (Results 1 - 11 of 11) sorted by null

  /netvirt/usr/src/uts/common/fs/zfs/sys/
zfs_debug.h 51 extern int zfs_flags;
63 if (zfs_flags & ZFS_DEBUG_DPRINTF) \
dbuf.h 295 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
311 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
dsl_dir.h 130 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
dnode.h 242 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
dsl_dataset.h 204 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
spa.h 512 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
  /netvirt/usr/src/uts/common/fs/zfs/
spa_misc.c 182 int zfs_flags = ~ZFS_DEBUG_DPRINTF; variable
184 int zfs_flags = 0; variable
arc.c 824 if (!(zfs_flags & ZFS_DEBUG_MODIFY))
856 if (!force && !(zfs_flags & ZFS_DEBUG_MODIFY))
873 if (zfs_flags & ZFS_DEBUG_MODIFY) {
892 if (!(zfs_flags & ZFS_DEBUG_MODIFY))
    [all...]
dnode.c 126 if (!(zfs_flags & ZFS_DEBUG_DNODE_VERIFY))
    [all...]
dbuf.c 294 if (!(zfs_flags & ZFS_DEBUG_DBUF_VERIFY))
    [all...]
dsl_dataset.c 369 } else if (zfs_flags & ZFS_DEBUG_SNAPNAMES) {
    [all...]

Completed in 200 milliseconds