Lines Matching refs:cftype

219 static struct cftype cgroup_base_files[];
220 static struct cftype cgroup_psi_files[];
248 struct cgroup *cgrp, struct cftype cfts[],
654 struct cftype *cft = of_cft(of); in of_css()
1518 static char *cgroup_file_name(struct cgroup *cgrp, const struct cftype *cft, in cgroup_file_name()
1542 static umode_t cgroup_file_mode(const struct cftype *cft) in cgroup_file_mode()
1676 static void cgroup_rm_file(struct cgroup *cgrp, const struct cftype *cft) in cgroup_rm_file()
1703 struct cftype *cfts; in css_clear_dir()
1736 struct cftype *cfts, *failed_cfts; in css_populate_dir()
3999 struct cftype *cft = of_cft(of); in cgroup_file_open()
4024 struct cftype *cft = of_cft(of); in cgroup_file_release()
4038 struct cftype *cft = of_cft(of); in cgroup_file_write()
4088 struct cftype *cft = of_cft(of); in cgroup_file_poll()
4114 struct cftype *cft = seq_cft(m); in cgroup_seqfile_show()
4171 struct cftype *cft) in cgroup_add_file()
4219 struct cgroup *cgrp, struct cftype cfts[], in cgroup_addrm_files()
4222 struct cftype *cft, *cft_end = NULL; in cgroup_addrm_files()
4256 static int cgroup_apply_cftypes(struct cftype *cfts, bool is_add) in cgroup_apply_cftypes()
4282 static void cgroup_exit_cftypes(struct cftype *cfts) in cgroup_exit_cftypes()
4284 struct cftype *cft; in cgroup_exit_cftypes()
4299 static int cgroup_init_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_init_cftypes()
4301 struct cftype *cft; in cgroup_init_cftypes()
4342 static int cgroup_rm_cftypes_locked(struct cftype *cfts) in cgroup_rm_cftypes_locked()
4363 int cgroup_rm_cftypes(struct cftype *cfts) in cgroup_rm_cftypes()
4393 static int cgroup_add_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_add_cftypes()
4426 int cgroup_add_dfl_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_add_dfl_cftypes()
4428 struct cftype *cft; in cgroup_add_dfl_cftypes()
4443 int cgroup_add_legacy_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_add_legacy_cftypes()
4445 struct cftype *cft; in cgroup_add_legacy_cftypes()
5186 static struct cftype cgroup_base_files[] = {
5260 static struct cftype cgroup_psi_files[] = {
6985 static ssize_t show_delegatable_files(struct cftype *files, char *buf, in show_delegatable_files()
6988 struct cftype *cft; in show_delegatable_files()