Lines Matching refs:cftype

262 static struct cftype cgroup_base_files[];
263 static struct cftype cgroup_psi_files[];
291 struct cgroup *cgrp, struct cftype cfts[],
692 struct cftype *cft = of_cft(of); in of_css()
1586 static char *cgroup_file_name(struct cgroup *cgrp, const struct cftype *cft, in cgroup_file_name()
1610 static umode_t cgroup_file_mode(const struct cftype *cft) in cgroup_file_mode()
1744 static void cgroup_rm_file(struct cgroup *cgrp, const struct cftype *cft) in cgroup_rm_file()
1771 struct cftype *cfts; in css_clear_dir()
1804 struct cftype *cfts, *failed_cfts; in css_populate_dir()
4253 struct cftype *cft = of_cft(of); in cgroup_file_open()
4278 struct cftype *cft = of_cft(of); in cgroup_file_release()
4293 struct cftype *cft = of_cft(of); in cgroup_file_write()
4343 struct cftype *cft = of_cft(of); in cgroup_file_poll()
4369 struct cftype *cft = seq_cft(m); in cgroup_seqfile_show()
4412 struct cftype *cft) in cgroup_add_file()
4453 struct cgroup *cgrp, struct cftype cfts[], in cgroup_addrm_files()
4456 struct cftype *cft, *cft_end = NULL; in cgroup_addrm_files()
4490 static int cgroup_apply_cftypes(struct cftype *cfts, bool is_add) in cgroup_apply_cftypes()
4516 static void cgroup_exit_cftypes(struct cftype *cfts) in cgroup_exit_cftypes()
4518 struct cftype *cft; in cgroup_exit_cftypes()
4533 static int cgroup_init_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_init_cftypes()
4535 struct cftype *cft; in cgroup_init_cftypes()
4576 static void cgroup_rm_cftypes_locked(struct cftype *cfts) in cgroup_rm_cftypes_locked()
4596 int cgroup_rm_cftypes(struct cftype *cfts) in cgroup_rm_cftypes()
4624 int cgroup_add_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_add_cftypes()
4657 int cgroup_add_dfl_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_add_dfl_cftypes()
4659 struct cftype *cft; in cgroup_add_dfl_cftypes()
4674 int cgroup_add_legacy_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_add_legacy_cftypes()
4676 struct cftype *cft; in cgroup_add_legacy_cftypes()
5425 static struct cftype cgroup_base_files[] = {
5508 static struct cftype cgroup_psi_files[] = {
7317 static ssize_t show_delegatable_files(struct cftype *files, char *buf, in show_delegatable_files()
7320 struct cftype *cft; in show_delegatable_files()