matched_acl       329 security/tomoyo/audit.c 			     const struct tomoyo_acl_info *matched_acl,
matched_acl       342 security/tomoyo/audit.c 	if (is_granted && matched_acl && matched_acl->cond &&
matched_acl       343 security/tomoyo/audit.c 	    matched_acl->cond->grant_log != TOMOYO_GRANTLOG_AUTO)
matched_acl       344 security/tomoyo/audit.c 		return matched_acl->cond->grant_log == TOMOYO_GRANTLOG_YES;
matched_acl       373 security/tomoyo/audit.c 			      r->matched_acl, r->granted))
matched_acl       494 security/tomoyo/common.h 	struct tomoyo_acl_info *matched_acl;
matched_acl       179 security/tomoyo/domain.c 		r->matched_acl = ptr;
matched_acl       616 security/tomoyo/file.c 	r->ee->transition = r->matched_acl && r->matched_acl->cond ?
matched_acl       617 security/tomoyo/file.c 		r->matched_acl->cond->transit : NULL;