aggregated_name  1897 security/tomoyo/common.c 					       ptr->aggregated_name->name);
aggregated_name   862 security/tomoyo/common.h 	const struct tomoyo_path_info *aggregated_name;
aggregated_name   391 security/tomoyo/domain.c 		p1->aggregated_name == p2->aggregated_name;
aggregated_name   408 security/tomoyo/domain.c 	const char *aggregated_name = tomoyo_read_token(param);
aggregated_name   411 security/tomoyo/domain.c 	    !tomoyo_correct_path(aggregated_name))
aggregated_name   414 security/tomoyo/domain.c 	e.aggregated_name = tomoyo_get_name(aggregated_name);
aggregated_name   415 security/tomoyo/domain.c 	if (!e.original_name || !e.aggregated_name ||
aggregated_name   416 security/tomoyo/domain.c 	    e.aggregated_name->is_patterned) /* No patterns allowed. */
aggregated_name   423 security/tomoyo/domain.c 	tomoyo_put_name(e.aggregated_name);
aggregated_name   748 security/tomoyo/domain.c 			candidate = ptr->aggregated_name;
aggregated_name   131 security/tomoyo/gc.c 	tomoyo_put_name(ptr->aggregated_name);