Home
last modified time | relevance | path

Searched refs:kernfs_ops (Results 1 – 4 of 4) sorted by relevance

/linux/fs/kernfs/
H A Dfile.c124 static const struct kernfs_ops *kernfs_ops(struct kernfs_node *kn) in kernfs_ops() function
156 const struct kernfs_ops *ops = kernfs_ops(of->kn); in kernfs_seq_stop_active()
166 const struct kernfs_ops *ops; in kernfs_seq_start()
176 ops = kernfs_ops(of->kn); in kernfs_seq_start()
190 const struct kernfs_ops *ops = kernfs_ops(of->kn); in kernfs_seq_next()
243 const struct kernfs_ops *ops; in kernfs_file_read_iter()
267 ops = kernfs_ops(of->kn); in kernfs_file_read_iter()
315 const struct kernfs_ops *ops; in kernfs_fop_write_iter()
350 ops = kernfs_ops(of->kn); in kernfs_fop_write_iter()
460 const struct kernfs_ops *ops; in kernfs_fop_mmap()
[all …]
/linux/include/linux/
H A Dcgroup-defs.h32 struct kernfs_ops;
717 struct kernfs_ops *kf_ops;
/linux/fs/resctrl/
H A Drdtgroup.c332 static const struct kernfs_ops rdtgroup_kf_single_ops = {
338 static const struct kernfs_ops kf_mondata_ops = {
/linux/kernel/cgroup/
H A Dcgroup.c4383 static struct kernfs_ops cgroup_kf_single_ops = {
4392 static struct kernfs_ops cgroup_kf_ops = {
4538 struct kernfs_ops *kf_ops; in cgroup_init_cftypes()