• Home
  • Raw
  • Download

Lines Matching refs:cftype

214 static struct cftype cgroup_base_files[];
226 struct cgroup *cgrp, struct cftype cfts[],
633 struct cftype *cft = of_cft(of); in of_css()
1468 static char *cgroup_file_name(struct cgroup *cgrp, const struct cftype *cft, in cgroup_file_name()
1492 static umode_t cgroup_file_mode(const struct cftype *cft) in cgroup_file_mode()
1626 static void cgroup_rm_file(struct cgroup *cgrp, const struct cftype *cft) in cgroup_rm_file()
1653 struct cftype *cfts; in css_clear_dir()
1682 struct cftype *cfts, *failed_cfts; in css_populate_dir()
3719 struct cftype *cft = of->kn->priv; in cgroup_file_open()
3728 struct cftype *cft = of->kn->priv; in cgroup_file_release()
3739 struct cftype *cft = of->kn->priv; in cgroup_file_write()
3786 struct cftype *cft = of->kn->priv; in cgroup_file_poll()
3812 struct cftype *cft = seq_cft(m); in cgroup_seqfile_show()
3869 struct cftype *cft) in cgroup_add_file()
3917 struct cgroup *cgrp, struct cftype cfts[], in cgroup_addrm_files()
3920 struct cftype *cft, *cft_end = NULL; in cgroup_addrm_files()
3954 static int cgroup_apply_cftypes(struct cftype *cfts, bool is_add) in cgroup_apply_cftypes()
3980 static void cgroup_exit_cftypes(struct cftype *cfts) in cgroup_exit_cftypes()
3982 struct cftype *cft; in cgroup_exit_cftypes()
3996 static int cgroup_init_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_init_cftypes()
3998 struct cftype *cft; in cgroup_init_cftypes()
4030 static int cgroup_rm_cftypes_locked(struct cftype *cfts) in cgroup_rm_cftypes_locked()
4054 int cgroup_rm_cftypes(struct cftype *cfts) in cgroup_rm_cftypes()
4078 static int cgroup_add_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_add_cftypes()
4111 int cgroup_add_dfl_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_add_dfl_cftypes()
4113 struct cftype *cft; in cgroup_add_dfl_cftypes()
4128 int cgroup_add_legacy_cftypes(struct cgroup_subsys *ss, struct cftype *cfts) in cgroup_add_legacy_cftypes()
4130 struct cftype *cft; in cgroup_add_legacy_cftypes()
4838 static struct cftype cgroup_base_files[] = {
6444 static ssize_t show_delegatable_files(struct cftype *files, char *buf, in show_delegatable_files()
6447 struct cftype *cft; in show_delegatable_files()