Lines Matching refs:kernfs_ops
102 static const struct kernfs_ops *kernfs_ops(struct kernfs_node *kn) in kernfs_ops() function
134 const struct kernfs_ops *ops = kernfs_ops(of->kn); in kernfs_seq_stop_active()
144 const struct kernfs_ops *ops; in kernfs_seq_start()
154 ops = kernfs_ops(of->kn); in kernfs_seq_start()
168 const struct kernfs_ops *ops = kernfs_ops(of->kn); in kernfs_seq_next()
221 const struct kernfs_ops *ops; in kernfs_file_read_iter()
245 ops = kernfs_ops(of->kn); in kernfs_file_read_iter()
293 const struct kernfs_ops *ops; in kernfs_fop_write_iter()
328 ops = kernfs_ops(of->kn); in kernfs_fop_write_iter()
487 const struct kernfs_ops *ops; in kernfs_fop_mmap()
506 ops = kernfs_ops(of->kn); in kernfs_fop_mmap()
639 const struct kernfs_ops *ops; in kernfs_fop_open()
647 ops = kernfs_ops(kn); in kernfs_fop_open()
1033 const struct kernfs_ops *ops, in __kernfs_create_file()