Searched defs:dm_msg_prefix (Results  1 – 2 of 2) sorted by relevance
| /linux/drivers/md/ | 
| H A D | dm-audit.h | 27 static inline void dm_audit_log_ctr(const char *dm_msg_prefix,  in dm_audit_log_ctr()33 static inline void dm_audit_log_dtr(const char *dm_msg_prefix,  in dm_audit_log_dtr()
 39 static inline void dm_audit_log_target(const char *dm_msg_prefix, const char *op,  in dm_audit_log_target()
 45 static inline void dm_audit_log_bio(const char *dm_msg_prefix, const char *op,  in dm_audit_log_bio()
 50 static inline void dm_audit_log_target(const char *dm_msg_prefix,  in dm_audit_log_target()
 55 static inline void dm_audit_log_ctr(const char *dm_msg_prefix,  in dm_audit_log_ctr()
 60 static inline void dm_audit_log_dtr(const char *dm_msg_prefix,  in dm_audit_log_dtr()
 
 | 
| H A D | dm-audit.c | 20 					       const char *dm_msg_prefix,  in dm_audit_log_start()36 void dm_audit_log_ti(int audit_type, const char *dm_msg_prefix, const char *op,  in dm_audit_log_ti()
 69 void dm_audit_log_bio(const char *dm_msg_prefix, const char *op,  in dm_audit_log_bio()
 
 |