Home
last modified time | relevance | path

Searched refs:zfs_dbgmsg (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddsl_scan.c150 zfs_dbgmsg("old-style scrub was in progress; " in dsl_scan_init()
180 zfs_dbgmsg("new-style scrub was modified " in dsl_scan_init()
876 zfs_dbgmsg("destroying ds %llu; currently traversing; " in dsl_scan_ds_destroyed()
885 zfs_dbgmsg("destroying ds %llu; currently traversing; " in dsl_scan_ds_destroyed()
904 zfs_dbgmsg("destroying ds %llu; in queue; " in dsl_scan_ds_destroyed()
910 zfs_dbgmsg("destroying ds %llu; in queue; removing", in dsl_scan_ds_destroyed()
937 zfs_dbgmsg("snapshotting ds %llu; currently traversing; " in dsl_scan_ds_snapshotted()
948 zfs_dbgmsg("snapshotting ds %llu; in queue; " in dsl_scan_ds_snapshotted()
968 zfs_dbgmsg("clone_swap ds %llu; currently traversing; " in dsl_scan_ds_clone_swapped()
974 zfs_dbgmsg("clone_swap ds %llu; currently traversing; " in dsl_scan_ds_clone_swapped()
[all …]
H A Dspa_history.c243 zfs_dbgmsg("command: %s", in spa_history_log_sync()
247 zfs_dbgmsg("txg %lld %s %s (id %llu) %s", in spa_history_log_sync()
254 zfs_dbgmsg("txg %lld %s %s", in spa_history_log_sync()
260 zfs_dbgmsg("ioctl %s", in spa_history_log_sync()
H A Dzfs_debug.c66 zfs_dbgmsg(const char *fmt, ...) in zfs_dbgmsg() function
H A Ddsl_userhold.c197 zfs_dbgmsg("couldn't release holds on pool=%s " in dsl_dataset_user_release_onexit()
203 zfs_dbgmsg("couldn't release holds on pool=%s " in dsl_dataset_user_release_onexit()
H A Dbptree.c223 zfs_dbgmsg("bptree index %lld: traversing from min_txg=%lld " in bptree_iterate()
H A Drange_tree.c71 zfs_dbgmsg("i=%d, hist=%p, hist=%llu, rt_hist=%llu", in range_tree_stat_verify()
H A Dspace_map.c424 zfs_dbgmsg("txg %llu, spa %s, reallocating: " in space_map_truncate()
H A Dspa_misc.c658 zfs_dbgmsg("slow spa_sync: started %llu seconds ago, calls %llu", in spa_deadman()
H A Dvdev.c2219 zfs_dbgmsg("txg %llu, spa %s, DTL old object %llu, " in vdev_dtl_sync()
3616 zfs_dbgmsg("SLOW IO: zio timestamp %lluns, " in vdev_deadman()
H A Dzil.c1873 zfs_dbgmsg("zil (%p) is dirty, txg %llu", zilog, txg); in zil_close()
H A Ddsl_dataset.c571 zfs_dbgmsg("ds_fsid_guid changed from " in dsl_dataset_hold_obj()
H A Darc.c2061 zfs_dbgmsg("hdr %p, compress %d, psize %d, lsize %d", in arc_decompress()
H A Dspa.c6331 zfs_dbgmsg("spa=%s async request task=%u", spa->spa_name, task); in spa_async_request()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzfs_debug.h77 typedef struct zfs_dbgmsg { struct
85 extern void zfs_dbgmsg(const char *fmt, ...); argument
H A Dspa.h918 zfs_dbgmsg(__VA_ARGS__); \