Searched refs:is_delete (Results 1 - 5 of 5) sorted by relevance

/linux-master/security/tomoyo/
H A Ddomain.c38 int error = param->is_delete ? -ENOENT : -ENOMEM;
50 entry->is_deleted = param->is_delete;
54 if (error && !param->is_delete) {
102 const bool is_delete = param->is_delete; local
103 int error = is_delete ? -ENOENT : -ENOMEM;
132 is_delete);
134 entry->is_deleted = is_delete;
138 if (error && !is_delete) {
246 int error = param->is_delete
[all...]
H A Dcommon.c847 * @is_delete: True if it is a delete request.
854 const bool is_delete)
859 .is_delete = is_delete,
862 int error = is_delete ? -ENOENT : -ENOMEM;
890 tomoyo_manage_by_non_root = !head->w.is_delete;
893 return tomoyo_update_manager_entry(data, head->w.is_delete);
1112 * @is_delete: True if it is a delete request.
1120 const bool is_delete)
1126 .is_delete
853 tomoyo_update_manager_entry(const char *manager, const bool is_delete) argument
1118 tomoyo_write_domain2(struct tomoyo_policy_namespace *ns, struct list_head *list, char *data, const bool is_delete) argument
1169 const bool is_delete = head->w.is_delete; local
1750 const bool is_delete = head->w.is_delete; local
[all...]
H A Dfile.c355 * @is_delete: True for @a &= ~@b, false for @a |= @b.
361 const bool is_delete)
368 if (is_delete)
430 * @is_delete: True for @a &= ~@b, false for @a |= @b.
436 const bool is_delete)
444 if (is_delete)
510 * @is_delete: True for @a &= ~@b, false for @a |= @b.
516 const bool is_delete)
523 if (is_delete)
648 * @is_delete
359 tomoyo_merge_path_acl(struct tomoyo_acl_info *a, struct tomoyo_acl_info *b, const bool is_delete) argument
434 tomoyo_merge_mkdev_acl(struct tomoyo_acl_info *a, struct tomoyo_acl_info *b, const bool is_delete) argument
514 tomoyo_merge_path2_acl(struct tomoyo_acl_info *a, struct tomoyo_acl_info *b, const bool is_delete) argument
652 tomoyo_merge_path_number_acl(struct tomoyo_acl_info *a, struct tomoyo_acl_info *b, const bool is_delete) argument
[all...]
H A Dnetwork.c226 * @is_delete: True for @a &= ~@b, false for @a |= @b.
232 const bool is_delete)
239 if (is_delete)
252 * @is_delete: True for @a &= ~@b, false for @a |= @b.
258 const bool is_delete)
265 if (is_delete)
230 tomoyo_merge_inet_acl(struct tomoyo_acl_info *a, struct tomoyo_acl_info *b, const bool is_delete) argument
256 tomoyo_merge_unix_acl(struct tomoyo_acl_info *a, struct tomoyo_acl_info *b, const bool is_delete) argument
H A Dcommon.h784 bool is_delete; member in struct:tomoyo_acl_param
827 bool is_delete; member in struct:tomoyo_io_buffer::__anon223

Completed in 123 milliseconds