HomeSort by: relevance | last modified time | path
    Searched refs:zfs_dbgmsg (Results 1 - 15 of 15) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zfs_debug.h 77 typedef struct zfs_dbgmsg { struct
85 extern void zfs_dbgmsg(const char *fmt, ...);
spa.h 918 zfs_dbgmsg(__VA_ARGS__); \
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_debug.c 57 * echo ::zfs_dbgmsg | mdb -k
63 * dtrace -qn 'zfs$pid::zfs_dbgmsg:probe1{printf("%s\n", copyinstr(arg1))}'
66 zfs_dbgmsg(const char *fmt, ...) function
106 (void) printf("ZFS_DBGMSG(%s):\n", tag);
dsl_scan.c 150 zfs_dbgmsg("old-style scrub was in progress; "
180 zfs_dbgmsg("new-style scrub was modified "
876 zfs_dbgmsg("destroying ds %llu; currently traversing; "
885 zfs_dbgmsg("destroying ds %llu; currently traversing; "
904 zfs_dbgmsg("destroying ds %llu; in queue; "
910 zfs_dbgmsg("destroying ds %llu; in queue; removing",
937 zfs_dbgmsg("snapshotting ds %llu; currently traversing; "
948 zfs_dbgmsg("snapshotting ds %llu; in queue; "
968 zfs_dbgmsg("clone_swap ds %llu; currently traversing; "
974 zfs_dbgmsg("clone_swap ds %llu; currently traversing;
    [all...]
spa_history.c 243 zfs_dbgmsg("command: %s",
247 zfs_dbgmsg("txg %lld %s %s (id %llu) %s",
254 zfs_dbgmsg("txg %lld %s %s",
260 zfs_dbgmsg("ioctl %s",
bptree.c 223 zfs_dbgmsg("bptree index %lld: traversing from min_txg=%lld "
dsl_userhold.c 197 zfs_dbgmsg("couldn't release holds on pool=%s "
203 zfs_dbgmsg("couldn't release holds on pool=%s "
range_tree.c 71 zfs_dbgmsg("i=%d, hist=%p, hist=%llu, rt_hist=%llu",
space_map.c 424 zfs_dbgmsg("txg %llu, spa %s, reallocating: "
spa_misc.c 658 zfs_dbgmsg("slow spa_sync: started %llu seconds ago, calls %llu",
zil.c 1873 zfs_dbgmsg("zil (%p) is dirty, txg %llu", zilog, txg);
vdev.c 2219 zfs_dbgmsg("txg %llu, spa %s, DTL old object %llu, "
3616 zfs_dbgmsg("SLOW IO: zio timestamp %lluns, "
dsl_dataset.c 571 zfs_dbgmsg("ds_fsid_guid changed from "
arc.c 2060 zfs_dbgmsg("hdr %p, compress %d, psize %d, lsize %d",
spa.c 6331 zfs_dbgmsg("spa=%s async request task=%u", spa->spa_name, task);

Completed in 60 milliseconds