Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dcgroup.c829 struct bpf_cgroup_link *cg_link; in cgroup_bpf_replace() local
832 cg_link = container_of(link, struct bpf_cgroup_link, link); in cgroup_bpf_replace()
836 if (!cg_link->cgroup) { in cgroup_bpf_replace()
844 ret = __cgroup_bpf_replace(cg_link->cgroup, cg_link, new_prog); in cgroup_bpf_replace()
1182 struct bpf_cgroup_link *cg_link = in bpf_cgroup_link_release() local
1189 if (!cg_link->cgroup) in bpf_cgroup_link_release()
1195 if (!cg_link->cgroup) { in bpf_cgroup_link_release()
1200 WARN_ON(__cgroup_bpf_detach(cg_link->cgroup, NULL, cg_link, in bpf_cgroup_link_release()
1201 cg_link->type)); in bpf_cgroup_link_release()
1202 if (cg_link->type == BPF_LSM_CGROUP) in bpf_cgroup_link_release()
[all …]
/linux-6.1.9/fs/ufs/
Dufs_fs.h538 __fs32 cg_link; /* linked list of cyl groups */ member
580 __fs32 cg_link; /* linked list of cyl groups */ member