Searched refs:dm_audit_log_ti (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/md/
H A Ddm-audit.h21 * dm_audit_log_ti() is not intended to be used directly in dm modules,
24 void dm_audit_log_ti(int audit_type, const char *dm_msg_prefix, const char *op,
30 dm_audit_log_ti(AUDIT_DM_CTRL, dm_msg_prefix, "ctr", ti, result);
36 dm_audit_log_ti(AUDIT_DM_CTRL, dm_msg_prefix, "dtr", ti, result);
42 dm_audit_log_ti(AUDIT_DM_EVENT, dm_msg_prefix, op, ti, result);
H A Ddm-audit.c36 void dm_audit_log_ti(int audit_type, const char *dm_msg_prefix, const char *op, function
67 EXPORT_SYMBOL_GPL(dm_audit_log_ti); variable

Completed in 122 milliseconds