Lines Matching refs:kernfs_ops
64 static const struct kernfs_ops *kernfs_ops(struct kernfs_node *kn) in kernfs_ops() function
96 const struct kernfs_ops *ops = kernfs_ops(of->kn); in kernfs_seq_stop_active()
106 const struct kernfs_ops *ops; in kernfs_seq_start()
116 ops = kernfs_ops(of->kn); in kernfs_seq_start()
135 const struct kernfs_ops *ops = kernfs_ops(of->kn); in kernfs_seq_next()
188 const struct kernfs_ops *ops; in kernfs_file_read_iter()
211 ops = kernfs_ops(of->kn); in kernfs_file_read_iter()
259 const struct kernfs_ops *ops; in kernfs_fop_write_iter()
294 ops = kernfs_ops(of->kn); in kernfs_fop_write_iter()
453 const struct kernfs_ops *ops; in kernfs_fop_mmap()
472 ops = kernfs_ops(of->kn); in kernfs_fop_mmap()
601 const struct kernfs_ops *ops; in kernfs_fop_open()
609 ops = kernfs_ops(kn); in kernfs_fop_open()
975 const struct kernfs_ops *ops, in __kernfs_create_file()