Lines Matching refs:tomoyo_acl_info
22 * @new_entry: Pointer to "struct tomoyo_acl_info".
66 * tomoyo_same_acl_head - Check for duplicated "struct tomoyo_acl_info" entry.
68 * @a: Pointer to "struct tomoyo_acl_info".
69 * @b: Pointer to "struct tomoyo_acl_info".
73 static inline bool tomoyo_same_acl_head(const struct tomoyo_acl_info *a,
74 const struct tomoyo_acl_info *b)
82 * @new_entry: Pointer to "struct tomoyo_acl_info".
92 int tomoyo_update_domain(struct tomoyo_acl_info *new_entry, const int size,
94 bool (*check_duplicate)(const struct tomoyo_acl_info
96 const struct tomoyo_acl_info
98 bool (*merge_duplicate)(struct tomoyo_acl_info *,
99 struct tomoyo_acl_info *,
104 struct tomoyo_acl_info *entry;
163 const struct tomoyo_acl_info *))
166 struct tomoyo_acl_info *ptr;