DM_MSG_PREFIX
cache->wq = alloc_workqueue("dm-" DM_MSG_PREFIX,
clone->wq = alloc_workqueue("dm-" DM_MSG_PREFIX,
dm_audit_log_bio(DM_MSG_PREFIX, "integrity-aead",
dm_audit_log_bio(DM_MSG_PREFIX, "integrity-aead",
dm_audit_log_dtr(DM_MSG_PREFIX, ti, 1);
dm_audit_log_ctr(DM_MSG_PREFIX, ti, 1);
dm_audit_log_ctr(DM_MSG_PREFIX, ti, 0);
ec->wq = alloc_ordered_workqueue("dm-" DM_MSG_PREFIX, WQ_MEM_RECLAIM);
ti->error = "Cannot create dm-" DM_MSG_PREFIX " workqueue";
era->wq = alloc_ordered_workqueue("dm-" DM_MSG_PREFIX, WQ_MEM_RECLAIM);
dm_audit_log_bio(DM_MSG_PREFIX, "integrity-checksum",
dm_audit_log_bio(DM_MSG_PREFIX, "integrity-checksum",
dm_audit_log_target(DM_MSG_PREFIX, "integrity-replay-journal", ic->ti, 0);
dm_audit_log_target(DM_MSG_PREFIX, "mac-superblock", ic->ti, 0);
dm_audit_log_ctr(DM_MSG_PREFIX, ti, 1);
dm_audit_log_ctr(DM_MSG_PREFIX, ti, 0);
dm_audit_log_dtr(DM_MSG_PREFIX, ti, 1);
dm_audit_log_target(DM_MSG_PREFIX, "mac-journal", ic->ti, 0);
pool->wq = alloc_ordered_workqueue("dm-" DM_MSG_PREFIX, WQ_MEM_RECLAIM);
#define VDO_LOGGING_MODULE_NAME DM_NAME ": " DM_MSG_PREFIX
dm_audit_log_dtr(DM_MSG_PREFIX, ti, 1);
dm_audit_log_ctr(DM_MSG_PREFIX, ti, 1);
dm_audit_log_ctr(DM_MSG_PREFIX, ti, 0);
dm_audit_log_target(DM_MSG_PREFIX, "max-corrupted-errors", v->ti, 0);
dm_audit_log_bio(DM_MSG_PREFIX, "verify-metadata", bio,
dm_audit_log_bio(DM_MSG_PREFIX, "verify-data", bio, blkno, 0);
#define DM_FMT(fmt) DM_NAME ": " DM_MSG_PREFIX ": " fmt "\n"