Home
last modified time | relevance | path

Searched refs:type_names (Results 1 – 6 of 6) sorted by relevance

/linux/security/selinux/ss/
H A Dconstraint.h53 struct type_set *type_names; member
H A Dpolicydb.c214 if (expr->type_names) { in constraint_expr_destroy()
215 ebitmap_destroy(&expr->type_names->types); in constraint_expr_destroy()
216 ebitmap_destroy(&expr->type_names->negset); in constraint_expr_destroy()
217 kfree(expr->type_names); in constraint_expr_destroy()
1300 e->type_names = in read_cons_helper()
1301 kzalloc(sizeof(*e->type_names), in read_cons_helper()
1303 if (!e->type_names) in read_cons_helper()
1305 type_set_init(e->type_names); in read_cons_helper()
1306 rc = type_set_read(e->type_names, fp); in read_cons_helper()
3075 rc = type_set_write(e->type_names, fp); in write_cons_helper()
/linux/net/ceph/crush/
H A Dcrush.c132 clear_crush_names(&map->type_names); in crush_destroy()
/linux/include/linux/crush/
H A Dcrush.h305 struct rb_root type_names; member
/linux/net/ceph/
H A Dosdmap.c450 c->type_names = RB_ROOT; in crush_decode()
608 err = decode_crush_names(p, end, &c->type_names); in crush_decode()
3053 type_cn = lookup_crush_name(&c->type_names, b->type); in get_immediate_parent()
/linux/tools/lib/bpf/
H A Dlibbpf.c10098 char *type_names; in libbpf_prog_type_by_name() local
10111 type_names = libbpf_get_type_names(false); in libbpf_prog_type_by_name()
10112 if (type_names != NULL) { in libbpf_prog_type_by_name()
10113 pr_debug("supported section(type) names are:%s\n", type_names); in libbpf_prog_type_by_name()
10114 free(type_names); in libbpf_prog_type_by_name()
10493 char *type_names; in libbpf_attach_type_by_name() local
10502 type_names = libbpf_get_type_names(true); in libbpf_attach_type_by_name()
10503 if (type_names != NULL) { in libbpf_attach_type_by_name()
10504 pr_debug("attachable section(type) names are:%s\n", type_names); in libbpf_attach_type_by_name()
10505 free(type_names); in libbpf_attach_type_by_name()