Lines Matching refs:cftype
222 static struct cftype cgroup_base_files[];
250 struct cgroup *cgrp, struct cftype cfts[],
658 struct cftype *cft = of_cft(of); in of_css()
1493 static char *cgroup_file_name(struct cgroup *cgrp, const struct cftype *cft, in cgroup_file_name()
1517 static umode_t cgroup_file_mode(const struct cftype *cft) in cgroup_file_mode()
1651 static void cgroup_rm_file(struct cgroup *cgrp, const struct cftype *cft) in cgroup_rm_file()
1678 struct cftype *cfts; in css_clear_dir()
1707 struct cftype *cfts, *failed_cfts; in css_populate_dir()
3901 struct cftype *cft = of_cft(of); in cgroup_file_open()
3926 struct cftype *cft = of_cft(of); in cgroup_file_release()
3940 struct cftype *cft = of_cft(of); in cgroup_file_write()
3990 struct cftype *cft = of_cft(of); in cgroup_file_poll()
4016 struct cftype *cft = seq_cft(m); in cgroup_seqfile_show()
4073 struct cftype *cft) in cgroup_add_file()
4121 struct cgroup *cgrp, struct cftype cfts[], in cgroup_addrm_files()
4124 struct cftype *cft, *cft_end = NULL; in cgroup_addrm_files()
4160 static int cgroup_apply_cftypes(struct cftype *cfts, bool is_add) in cgroup_apply_cftypes()
4186 static void cgroup_exit_cftypes(struct cftype *cfts) in cgroup_exit_cftypes()
4188 struct cftype *cft; in cgroup_exit_cftypes()
4202 static int cgroup_init_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_init_cftypes()
4204 struct cftype *cft; in cgroup_init_cftypes()
4239 static int cgroup_rm_cftypes_locked(struct cftype *cfts) in cgroup_rm_cftypes_locked()
4263 int cgroup_rm_cftypes(struct cftype *cfts) in cgroup_rm_cftypes()
4287 static int cgroup_add_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_add_cftypes()
4320 int cgroup_add_dfl_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_add_dfl_cftypes()
4322 struct cftype *cft; in cgroup_add_dfl_cftypes()
4337 int cgroup_add_legacy_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_add_legacy_cftypes()
4339 struct cftype *cft; in cgroup_add_legacy_cftypes()
5065 static struct cftype cgroup_base_files[] = {
6826 static ssize_t show_delegatable_files(struct cftype *files, char *buf, in show_delegatable_files()
6829 struct cftype *cft; in show_delegatable_files()