Searched defs:is_delete (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/security/tomoyo/ |
H A D | domain.c | 98 const bool is_delete = param->is_delete; tomoyo_update_domain() local
|
H A D | file.c | 352 tomoyo_merge_path_acl(struct tomoyo_acl_info *a, struct tomoyo_acl_info *b, const bool is_delete) tomoyo_merge_path_acl() argument 424 tomoyo_merge_mkdev_acl(struct tomoyo_acl_info *a, struct tomoyo_acl_info *b, const bool is_delete) tomoyo_merge_mkdev_acl() argument 501 tomoyo_merge_path2_acl(struct tomoyo_acl_info *a, struct tomoyo_acl_info *b, const bool is_delete) tomoyo_merge_path2_acl() argument 636 tomoyo_merge_path_number_acl(struct tomoyo_acl_info *a, struct tomoyo_acl_info *b, const bool is_delete) tomoyo_merge_path_number_acl() argument
|
H A D | network.c | 229 tomoyo_merge_inet_acl(struct tomoyo_acl_info *a, struct tomoyo_acl_info *b, const bool is_delete) tomoyo_merge_inet_acl() argument 255 tomoyo_merge_unix_acl(struct tomoyo_acl_info *a, struct tomoyo_acl_info *b, const bool is_delete) tomoyo_merge_unix_acl() argument
|
H A D | common.c | 1151 const bool is_delete = head->w.is_delete; tomoyo_write_domain() local 1705 const bool is_delete = head->w.is_delete; tomoyo_write_exception() local 842 tomoyo_update_manager_entry(const char *manager, const bool is_delete) tomoyo_update_manager_entry() argument 1100 tomoyo_write_domain2(struct tomoyo_policy_namespace *ns, struct list_head *list, char *data, const bool is_delete) tomoyo_write_domain2() argument
|
H A D | common.h | 779 bool is_delete; member in struct:tomoyo_acl_param 822 bool is_delete; member in struct:tomoyo_io_buffer::__anon15192
|
/linux-4.4.14/kernel/trace/ |
H A D | trace_kprobe.c | 599 bool is_return = false, is_delete = false; create_trace_kprobe() local
|
H A D | trace_uprobe.c | 363 bool is_delete, is_return; create_trace_uprobe() local
|
Completed in 246 milliseconds