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);
1030 struct tomoyo_condition *tomoyo_get_condition(struct tomoyo_acl_param *param);
1188 * tomoyo_put_condition - Drop reference on "struct tomoyo_condition".
1190 * @cond: Pointer to "struct tomoyo_condition". Maybe NULL.
1194 static inline void tomoyo_put_condition(struct tomoyo_condition *cond)