Lines Matching refs:tomoyo_condition
68 /* Index numbers for "struct tomoyo_condition". */
632 /* Structure for entries which follows "struct tomoyo_condition". */
652 struct tomoyo_condition {
674 struct tomoyo_condition *cond; /* Maybe NULL. */
931 bool tomoyo_condition(struct tomoyo_request_info *r,
932 const struct tomoyo_condition *cond);
1029 struct tomoyo_condition *tomoyo_get_condition(struct tomoyo_acl_param *param);
1185 * tomoyo_put_condition - Drop reference on "struct tomoyo_condition".
1187 * @cond: Pointer to "struct tomoyo_condition". Maybe NULL.
1191 static inline void tomoyo_put_condition(struct tomoyo_condition *cond)