Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dcgroup.c847 struct bpf_cgroup_link *cg_link; in cgroup_bpf_replace() local
850 cg_link = container_of(link, struct bpf_cgroup_link, link); in cgroup_bpf_replace()
854 if (!cg_link->cgroup) { in cgroup_bpf_replace()
862 ret = __cgroup_bpf_replace(cg_link->cgroup, cg_link, new_prog); in cgroup_bpf_replace()
1200 struct bpf_cgroup_link *cg_link = in bpf_cgroup_link_release() local
1207 if (!cg_link->cgroup) in bpf_cgroup_link_release()
1213 if (!cg_link->cgroup) { in bpf_cgroup_link_release()
1218 WARN_ON(__cgroup_bpf_detach(cg_link->cgroup, NULL, cg_link, in bpf_cgroup_link_release()
1219 cg_link->type)); in bpf_cgroup_link_release()
1220 if (cg_link->type == BPF_LSM_CGROUP) in bpf_cgroup_link_release()
[all …]
/linux-6.12.1/fs/ufs/
Dufs_fs.h538 __fs32 cg_link; /* linked list of cyl groups */ member
580 __fs32 cg_link; /* linked list of cyl groups */ member