Searched refs:is_deleted (Results 1 – 8 of 8) sorted by relevance
138 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()
46 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()
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()
911 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()
408 s8 is_deleted; /* true or false or TOMOYO_GC_IN_PROGRESS */ member675 s8 is_deleted; /* true or false or TOMOYO_GC_IN_PROGRESS */ member690 bool is_deleted; /* Delete flag. */ member
621 if (!domain->is_deleted && in tomoyo_find_domain()1060 if (ptr->is_deleted) in tomoyo_domain_quota_is_ok()
32 bool is_deleted; /* deleted by ip_set_net_exit */ member928 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()
153 static inline bool is_deleted(struct dentry *dentry) in is_deleted() function