Home
last modified time | relevance | path

Searched refs:to_label (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/nvdimm/
Dlabel.c292 static struct nd_namespace_label *to_label(struct nvdimm_drvdata *ndd, int slot) in to_label() function
415 nd_label = to_label(ndd, slot); in nd_label_reserve_dpa()
569 nd_label = to_label(ndd, slot); in nd_label_active_count()
598 nd_label = to_label(ndd, slot); in nd_label_active()
603 return to_label(ndd, slot); in nd_label_active()
911 nd_label = to_label(ndd, slot); in __pmem_label_update()
/linux-6.1.9/security/apparmor/
Ddomain.c60 static int may_change_ptraced_domain(struct aa_label *to_label, in may_change_ptraced_domain() argument
77 error = aa_may_ptrace(tracerl, to_label, PTRACE_MODE_ATTACH); in may_change_ptraced_domain()