Searched defs:is_delete (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/security/tomoyo/ |
D | file.c | 290 const bool is_delete) in tomoyo_update_globally_readable_entry() 344 int tomoyo_write_globally_readable(char *data, const bool is_delete) in tomoyo_write_globally_readable() 367 const bool is_delete) in tomoyo_update_file_pattern_entry() 427 int tomoyo_write_pattern(char *data, const bool is_delete) in tomoyo_write_pattern() 451 const bool is_delete) in tomoyo_update_no_rewrite_entry() 505 int tomoyo_write_no_rewrite(char *data, const bool is_delete) in tomoyo_write_no_rewrite() 574 const bool is_delete) in tomoyo_merge_path_acl() 611 const bool is_delete) in tomoyo_update_path_acl() 645 const bool is_delete) in tomoyo_merge_mkdev_acl() 678 domain, const bool is_delete) in tomoyo_update_mkdev_acl() [all …]
|
D | domain.c | 32 bool is_delete, struct list_head *list, in tomoyo_update_policy() 76 bool is_delete, struct tomoyo_domain_info *domain, in tomoyo_update_domain() 178 const bool is_delete) in tomoyo_update_transition_control_entry() 218 int tomoyo_write_transition_control(char *data, const bool is_delete, in tomoyo_write_transition_control() 313 const bool is_delete) in tomoyo_update_aggregator_entry() 345 int tomoyo_write_aggregator(char *data, const bool is_delete) in tomoyo_write_aggregator()
|
D | group.c | 37 int tomoyo_write_group(char *data, const bool is_delete, const u8 type) in tomoyo_write_group()
|
D | common.c | 604 const bool is_delete) in tomoyo_update_manager_entry() 639 bool is_delete = tomoyo_str_starts(&data, TOMOYO_KEYWORD_DELETE); in tomoyo_write_manager() local 824 const bool is_delete) in tomoyo_write_domain2() 844 bool is_delete = false; in tomoyo_write_domain() local 1226 bool is_delete = tomoyo_str_starts(&data, TOMOYO_KEYWORD_DELETE); in tomoyo_write_exception() local
|
D | mount.c | 264 const bool is_delete) in tomoyo_write_mount()
|
/linux-2.6.39/kernel/trace/ |
D | trace_kprobe.c | 984 int is_return = 0, is_delete = 0; in create_trace_probe() local
|