Lines Matching refs:cftype

222 static struct cftype cgroup_base_files[];
223 static struct cftype cgroup_psi_files[];
251 struct cgroup *cgrp, struct cftype cfts[],
652 struct cftype *cft = of_cft(of); in of_css()
1526 static char *cgroup_file_name(struct cgroup *cgrp, const struct cftype *cft, in cgroup_file_name()
1550 static umode_t cgroup_file_mode(const struct cftype *cft) in cgroup_file_mode()
1684 static void cgroup_rm_file(struct cgroup *cgrp, const struct cftype *cft) in cgroup_rm_file()
1711 struct cftype *cfts; in css_clear_dir()
1744 struct cftype *cfts, *failed_cfts; in css_populate_dir()
4123 struct cftype *cft = of_cft(of); in cgroup_file_open()
4148 struct cftype *cft = of_cft(of); in cgroup_file_release()
4162 struct cftype *cft = of_cft(of); in cgroup_file_write()
4212 struct cftype *cft = of_cft(of); in cgroup_file_poll()
4238 struct cftype *cft = seq_cft(m); in cgroup_seqfile_show()
4281 struct cftype *cft) in cgroup_add_file()
4322 struct cgroup *cgrp, struct cftype cfts[], in cgroup_addrm_files()
4325 struct cftype *cft, *cft_end = NULL; in cgroup_addrm_files()
4359 static int cgroup_apply_cftypes(struct cftype *cfts, bool is_add) in cgroup_apply_cftypes()
4385 static void cgroup_exit_cftypes(struct cftype *cfts) in cgroup_exit_cftypes()
4387 struct cftype *cft; in cgroup_exit_cftypes()
4402 static int cgroup_init_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_init_cftypes()
4404 struct cftype *cft; in cgroup_init_cftypes()
4445 static void cgroup_rm_cftypes_locked(struct cftype *cfts) in cgroup_rm_cftypes_locked()
4465 int cgroup_rm_cftypes(struct cftype *cfts) in cgroup_rm_cftypes()
4493 int cgroup_add_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_add_cftypes()
4526 int cgroup_add_dfl_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_add_dfl_cftypes()
4528 struct cftype *cft; in cgroup_add_dfl_cftypes()
4543 int cgroup_add_legacy_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_add_legacy_cftypes()
4545 struct cftype *cft; in cgroup_add_legacy_cftypes()
5294 static struct cftype cgroup_base_files[] = {
5372 static struct cftype cgroup_psi_files[] = {
7148 static ssize_t show_delegatable_files(struct cftype *files, char *buf, in show_delegatable_files()
7151 struct cftype *cft; in show_delegatable_files()