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

  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/sys/
zfs_debug.h 51 extern int zfs_flags;
63 if (zfs_flags & ZFS_DEBUG_DPRINTF) \
dbuf.h 310 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
326 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
dsl_dir.h 148 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
dnode.h 249 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
dsl_dataset.h 247 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
spa.h 660 if (zfs_flags & ZFS_DEBUG_DPRINTF) { \
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
spa_misc.c 237 int zfs_flags = ~ZFS_DEBUG_DPRINTF; variable
239 int zfs_flags = 0; variable
    [all...]
arc.c 895 if (!(zfs_flags & ZFS_DEBUG_MODIFY))
927 if (!force && !(zfs_flags & ZFS_DEBUG_MODIFY))
944 if (zfs_flags & ZFS_DEBUG_MODIFY) {
963 if (!(zfs_flags & ZFS_DEBUG_MODIFY))
    [all...]
dnode.c 127 if (!(zfs_flags & ZFS_DEBUG_DNODE_VERIFY))
    [all...]
dbuf.c 288 if (!(zfs_flags & ZFS_DEBUG_DBUF_VERIFY))
    [all...]
dsl_dataset.c 415 if (zfs_flags & ZFS_DEBUG_SNAPNAMES)
    [all...]

Completed in 180 milliseconds