Searched refs:is_deleted (Results 1 – 8 of 8) sorted by relevance
133 if (member->head.is_deleted) in tomoyo_path_matches_group()160 if (member->head.is_deleted) in tomoyo_number_matches_group()190 if (member->head.is_deleted) in tomoyo_address_matches_group()
45 if (entry->is_deleted == TOMOYO_GC_IN_PROGRESS) in tomoyo_update_policy()49 entry->is_deleted = param->is_delete; in tomoyo_update_policy()123 if (entry->is_deleted == TOMOYO_GC_IN_PROGRESS) in tomoyo_update_domain()129 entry->is_deleted = merge_duplicate(entry, new_entry, in tomoyo_update_domain()132 entry->is_deleted = is_delete; in tomoyo_update_domain()170 if (ptr->is_deleted || ptr->type != r->param_type) in tomoyo_check_acl()297 if (ptr->head.is_deleted || ptr->type != type) in tomoyo_scan_transition()718 if (ptr->head.is_deleted || in tomoyo_find_next_domain()
480 if (!member->is_deleted) in tomoyo_collect_member()482 member->is_deleted = TOMOYO_GC_IN_PROGRESS; in tomoyo_collect_member()499 if (!acl->is_deleted) in tomoyo_collect_acl()501 acl->is_deleted = TOMOYO_GC_IN_PROGRESS; in tomoyo_collect_acl()523 if (!domain->is_deleted || atomic_read(&domain->users)) in tomoyo_collect_entry()
901 if (ptr->head.is_deleted) in tomoyo_read_manager()938 if (!ptr->head.is_deleted && in tomoyo_manager()1009 if (domain && domain->is_deleted) in tomoyo_select_domain()1079 if (domain->is_deleted || in tomoyo_delete_domain()1082 domain->is_deleted = true; in tomoyo_delete_domain()1370 if (acl->is_deleted) in tomoyo_print_entry()1589 if (domain->is_deleted && in tomoyo_read_domain()1754 if (ptr->is_deleted) in tomoyo_read_group()1807 if (acl->is_deleted) in tomoyo_read_policy()
405 s8 is_deleted; /* true or false or TOMOYO_GC_IN_PROGRESS */ member672 s8 is_deleted; /* true or false or TOMOYO_GC_IN_PROGRESS */ member686 bool is_deleted; /* Delete flag. */ member
587 if (!domain->is_deleted && in tomoyo_find_domain()1021 if (ptr->is_deleted) in tomoyo_domain_quota_is_ok()
35 bool is_deleted; /* deleted by ip_set_net_exit */ member757 if (!inst->is_deleted) { /* already deleted from ip_set_net_exit() */ in ip_set_nfnl_put()2065 inst->is_deleted = false; in ip_set_net_init()2079 inst->is_deleted = true; /* flag for ip_set_nfnl_put */ in ip_set_net_exit()
163 static inline bool is_deleted(struct dentry *dentry) in is_deleted() function