Searched refs:audit_log_d_path (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/security/ | 
| D | lsm_audit.c | 235 		audit_log_d_path(ab, " path=", &a->u.path);  in dump_common_audit_data()248 		audit_log_d_path(ab, " path=", &a->u.file->f_path);  in dump_common_audit_data()
 261 		audit_log_d_path(ab, " path=", &a->u.op->path);  in dump_common_audit_data()
 356 					audit_log_d_path(ab, " path=", &u->path);  in dump_common_audit_data()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | audit.h | 154 extern void		    audit_log_d_path(struct audit_buffer *ab,214 static inline void audit_log_d_path(struct audit_buffer *ab,  in audit_log_d_path()  function
 
 | 
| /Linux-v5.4/kernel/ | 
| D | audit.c | 2017 void audit_log_d_path(struct audit_buffer *ab, const char *prefix,  in audit_log_d_path()  function2097 	audit_log_d_path(ab, " exe=", &exe_file->f_path);  in audit_log_d_path_exe()
 
 | 
| D | auditsc.c | 1329 		audit_log_d_path(ab, " name=", path);  in audit_log_name()1341 			audit_log_d_path(ab, " name=", &context->pwd);  in audit_log_name()
 1554 			audit_log_d_path(ab, "cwd=", &context->pwd);  in audit_log_exit()
 
 |