Lines Matching refs:kernfs_ops
63 static const struct kernfs_ops *kernfs_ops(struct kernfs_node *kn) in kernfs_ops() function
95 const struct kernfs_ops *ops = kernfs_ops(of->kn); in kernfs_seq_stop_active()
105 const struct kernfs_ops *ops; in kernfs_seq_start()
115 ops = kernfs_ops(of->kn); in kernfs_seq_start()
134 const struct kernfs_ops *ops = kernfs_ops(of->kn); in kernfs_seq_next()
188 const struct kernfs_ops *ops; in kernfs_file_direct_read()
211 ops = kernfs_ops(of->kn); in kernfs_file_direct_read()
276 const struct kernfs_ops *ops; in kernfs_fop_write()
313 ops = kernfs_ops(of->kn); in kernfs_fop_write()
472 const struct kernfs_ops *ops; in kernfs_fop_mmap()
491 ops = kernfs_ops(of->kn); in kernfs_fop_mmap()
620 const struct kernfs_ops *ops; in kernfs_fop_open()
628 ops = kernfs_ops(kn); in kernfs_fop_open()
992 const struct kernfs_ops *ops, in __kernfs_create_file()