Searched refs:cftype (Results 1 – 4 of 4) sorted by relevance
537 struct cftype { struct578 u64 (*read_u64)(struct cgroup_subsys_state *css, struct cftype *cft); argument582 s64 (*read_s64)(struct cgroup_subsys_state *css, struct cftype *cft); argument597 int (*write_u64)(struct cgroup_subsys_state *css, struct cftype *cft, argument602 int (*write_s64)(struct cgroup_subsys_state *css, struct cftype *cft, argument699 struct cftype *dfl_cftypes; /* for the default hierarchy */700 struct cftype *legacy_cftypes; /* for the legacy hierarchies */
117 int cgroup_add_dfl_cftypes(struct cgroup_subsys *ss, struct cftype *cfts);118 int cgroup_add_legacy_cftypes(struct cgroup_subsys *ss, struct cftype *cfts);119 int cgroup_rm_cftypes(struct cftype *cfts);647 static inline struct cftype *of_cft(struct kernfs_open_file *of) in of_cft()655 static inline struct cftype *seq_cft(struct seq_file *seq) in seq_cft()
162 struct cftype *dfl_cftypes;163 struct cftype *legacy_cftypes;
623 struct cftype cgroup_files_dfl[7];624 struct cftype cgroup_files_legacy[9];