Home
last modified time | relevance | path

Searched refs:is_deleted (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
H A Dgroup.c138 if (member->head.is_deleted) in tomoyo_path_matches_group()
167 if (member->head.is_deleted) in tomoyo_number_matches_group()
198 if (member->head.is_deleted) in tomoyo_address_matches_group()
H A Ddomain.c46 if (entry->is_deleted == TOMOYO_GC_IN_PROGRESS) in tomoyo_update_policy()
50 entry->is_deleted = param->is_delete; in tomoyo_update_policy()
125 if (entry->is_deleted == TOMOYO_GC_IN_PROGRESS) in tomoyo_update_domain()
131 entry->is_deleted = merge_duplicate(entry, new_entry, in tomoyo_update_domain()
134 entry->is_deleted = is_delete; in tomoyo_update_domain()
173 if (ptr->is_deleted || ptr->type != r->param_type) in tomoyo_check_acl()
306 if (ptr->head.is_deleted || ptr->type != type) in tomoyo_scan_transition()
744 if (ptr->head.is_deleted || in tomoyo_find_next_domain()
H A Dgc.c261 * elements without checking for is_deleted flag. in tomoyo_del_domain()
492 if (!member->is_deleted) in tomoyo_collect_member()
494 member->is_deleted = TOMOYO_GC_IN_PROGRESS; in tomoyo_collect_member()
512 if (!acl->is_deleted) in tomoyo_collect_acl()
514 acl->is_deleted = TOMOYO_GC_IN_PROGRESS; in tomoyo_collect_acl()
538 if (!domain->is_deleted || atomic_read(&domain->users)) in tomoyo_collect_entry()
H A Dcommon.c919 if (ptr->head.is_deleted) in tomoyo_read_manager()
956 if (!ptr->head.is_deleted && in tomoyo_manager()
1030 if (domain && domain->is_deleted) in tomoyo_select_domain()
1104 if (domain->is_deleted || in tomoyo_delete_domain()
1107 domain->is_deleted = true; in tomoyo_delete_domain()
1401 if (acl->is_deleted) in tomoyo_print_entry()
1629 if (domain->is_deleted && in tomoyo_read_domain()
1811 if (ptr->is_deleted) in tomoyo_read_group()
1865 if (acl->is_deleted) in tomoyo_read_policy()
H A Dcommon.h408 s8 is_deleted; /* true or false or TOMOYO_GC_IN_PROGRESS */ member
675 s8 is_deleted; /* true or false or TOMOYO_GC_IN_PROGRESS */ member
690 bool is_deleted; /* Delete flag. */ member
H A Dutil.c616 if (!domain->is_deleted && in tomoyo_find_domain()
1055 if (ptr->is_deleted) in tomoyo_domain_quota_is_ok()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dgroup.c138 if (member->head.is_deleted) in tomoyo_path_matches_group()
167 if (member->head.is_deleted) in tomoyo_number_matches_group()
198 if (member->head.is_deleted) in tomoyo_address_matches_group()
H A Ddomain.c46 if (entry->is_deleted == TOMOYO_GC_IN_PROGRESS) in tomoyo_update_policy()
50 entry->is_deleted = param->is_delete; in tomoyo_update_policy()
125 if (entry->is_deleted == TOMOYO_GC_IN_PROGRESS) in tomoyo_update_domain()
131 entry->is_deleted = merge_duplicate(entry, new_entry, in tomoyo_update_domain()
134 entry->is_deleted = is_delete; in tomoyo_update_domain()
173 if (ptr->is_deleted || ptr->type != r->param_type) in tomoyo_check_acl()
306 if (ptr->head.is_deleted || ptr->type != type) in tomoyo_scan_transition()
742 if (ptr->head.is_deleted || in tomoyo_find_next_domain()
H A Dgc.c261 * elements without checking for is_deleted flag. in tomoyo_del_domain()
492 if (!member->is_deleted) in tomoyo_collect_member()
494 member->is_deleted = TOMOYO_GC_IN_PROGRESS; in tomoyo_collect_member()
512 if (!acl->is_deleted) in tomoyo_collect_acl()
514 acl->is_deleted = TOMOYO_GC_IN_PROGRESS; in tomoyo_collect_acl()
538 if (!domain->is_deleted || atomic_read(&domain->users)) in tomoyo_collect_entry()
H A Dcommon.c911 if (ptr->head.is_deleted) in tomoyo_read_manager()
948 if (!ptr->head.is_deleted && in tomoyo_manager()
1022 if (domain && domain->is_deleted) in tomoyo_select_domain()
1096 if (domain->is_deleted || in tomoyo_delete_domain()
1099 domain->is_deleted = true; in tomoyo_delete_domain()
1393 if (acl->is_deleted) in tomoyo_print_entry()
1621 if (domain->is_deleted && in tomoyo_read_domain()
1803 if (ptr->is_deleted) in tomoyo_read_group()
1857 if (acl->is_deleted) in tomoyo_read_policy()
H A Dcommon.h408 s8 is_deleted; /* true or false or TOMOYO_GC_IN_PROGRESS */ member
675 s8 is_deleted; /* true or false or TOMOYO_GC_IN_PROGRESS */ member
690 bool is_deleted; /* Delete flag. */ member
H A Dutil.c621 if (!domain->is_deleted && in tomoyo_find_domain()
1060 if (ptr->is_deleted) in tomoyo_domain_quota_is_ok()
/kernel/linux/linux-5.10/net/netfilter/ipset/
H A Dip_set_core.c32 bool is_deleted; /* deleted by ip_set_net_exit */ member
930 if (!inst->is_deleted) { /* already deleted from ip_set_net_exit() */ in ip_set_nfnl_put()
2396 inst->is_deleted = false; in ip_set_net_init()
2410 inst->is_deleted = true; /* flag for ip_set_nfnl_put */ in ip_set_net_exit()
/kernel/linux/linux-6.6/net/netfilter/ipset/
H A Dip_set_core.c32 bool is_deleted; /* deleted by ip_set_net_exit */ member
928 if (!inst->is_deleted) { /* already deleted from ip_set_net_exit() */ in ip_set_nfnl_put()
2361 inst->is_deleted = false; in ip_set_net_init()
2375 inst->is_deleted = true; /* flag for ip_set_nfnl_put */ in ip_set_net_exit()
/kernel/linux/linux-5.10/security/apparmor/
H A Dfile.c143 * is_deleted - test if a file has been completely unlinked
148 static inline bool is_deleted(struct dentry *dentry) in is_deleted() function
/kernel/linux/linux-6.6/security/apparmor/
H A Dfile.c148 * is_deleted - test if a file has been completely unlinked
153 static inline bool is_deleted(struct dentry *dentry) in is_deleted() function

Completed in 27 milliseconds