grant_log         343 security/tomoyo/audit.c 	    matched_acl->cond->grant_log != TOMOYO_GRANTLOG_AUTO)
grant_log         344 security/tomoyo/audit.c 		return matched_acl->cond->grant_log == TOMOYO_GRANTLOG_YES;
grant_log        1355 security/tomoyo/common.c 		if (cond->grant_log != TOMOYO_GRANTLOG_AUTO)
grant_log        1357 security/tomoyo/common.c 					 tomoyo_yesno(cond->grant_log ==
grant_log         660 security/tomoyo/common.h 	u8 grant_log; /* One of values in "enum tomoyo_grant_log". */
grant_log         364 security/tomoyo/condition.c 		a->grant_log == b->grant_log && a->transit == b->transit &&
grant_log         553 security/tomoyo/condition.c 				    entry->grant_log != TOMOYO_GRANTLOG_AUTO)
grant_log         556 security/tomoyo/condition.c 					entry->grant_log = TOMOYO_GRANTLOG_YES;
grant_log         558 security/tomoyo/condition.c 					entry->grant_log = TOMOYO_GRANTLOG_NO;