cftype            422 include/linux/cgroup.h 	u64 (*read_u64)(struct cgroup_subsys_state *css, struct cftype *cft);
cftype            426 include/linux/cgroup.h 	s64 (*read_s64)(struct cgroup_subsys_state *css, struct cftype *cft);
cftype            441 include/linux/cgroup.h 	int (*write_u64)(struct cgroup_subsys_state *css, struct cftype *cft,
cftype            446 include/linux/cgroup.h 	int (*write_s64)(struct cgroup_subsys_state *css, struct cftype *cft,
cftype            537 include/linux/cgroup.h static inline struct cftype *of_cft(struct kernfs_open_file *of)
cftype            545 include/linux/cgroup.h static inline struct cftype *seq_cft(struct seq_file *seq)
cftype            583 include/linux/cgroup.h int cgroup_add_dfl_cftypes(struct cgroup_subsys *ss, struct cftype *cfts);
cftype            584 include/linux/cgroup.h int cgroup_add_legacy_cftypes(struct cgroup_subsys *ss, struct cftype *cfts);
cftype            585 include/linux/cgroup.h int cgroup_rm_cftypes(struct cftype *cfts);
cftype            669 include/linux/cgroup.h 	struct cftype *dfl_cftypes;	/* for the default hierarchy */
cftype            670 include/linux/cgroup.h 	struct cftype *legacy_cftypes;	/* for the legacy hierarchies */
cftype            266 include/linux/hugetlb.h 	struct cftype cgroup_files[5];