Lines Matching refs:kernfs_ops
106 static const struct kernfs_ops *kernfs_ops(struct kernfs_node *kn) in kernfs_ops() function
138 const struct kernfs_ops *ops = kernfs_ops(of->kn); in kernfs_seq_stop_active()
148 const struct kernfs_ops *ops; in kernfs_seq_start()
158 ops = kernfs_ops(of->kn); in kernfs_seq_start()
172 const struct kernfs_ops *ops = kernfs_ops(of->kn); in kernfs_seq_next()
225 const struct kernfs_ops *ops; in kernfs_file_read_iter()
249 ops = kernfs_ops(of->kn); in kernfs_file_read_iter()
297 const struct kernfs_ops *ops; in kernfs_fop_write_iter()
332 ops = kernfs_ops(of->kn); in kernfs_fop_write_iter()
442 const struct kernfs_ops *ops; in kernfs_fop_mmap()
461 ops = kernfs_ops(of->kn); in kernfs_fop_mmap()
596 const struct kernfs_ops *ops; in kernfs_fop_open()
604 ops = kernfs_ops(kn); in kernfs_fop_open()
869 const struct kernfs_ops *ops; in kernfs_fop_llseek()
882 ops = kernfs_ops(of->kn); in kernfs_fop_llseek()
1024 const struct kernfs_ops *ops, in __kernfs_create_file()