Searched refs:new_domain (Results 1 – 3 of 3) sorted by relevance
50 struct landlock_domain *new_domain; in create_domain() local53 new_domain = kzalloc_flex(*new_domain, handled_masks, num_layers, in create_domain()55 if (!new_domain) in create_domain()58 refcount_set(&new_domain->usage, 1); in create_domain()59 new_domain->rules.root_inode = RB_ROOT; in create_domain()62 new_domain->rules.root_net_port = RB_ROOT; in create_domain()65 new_domain->num_layers = num_layers; in create_domain()66 return new_domain; in create_domain()
68 struct tomoyo_domain_info *new_domain = in tomoyo_write_self() local70 if (!new_domain) { in tomoyo_write_self()77 s->domain_info = new_domain; in tomoyo_write_self()78 atomic_inc(&new_domain->users); in tomoyo_write_self()
1211 struct iommu_domain *new_domain);