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()
189 const struct kernfs_ops *ops; in kernfs_file_direct_read()
211 ops = kernfs_ops(of->kn); in kernfs_file_direct_read()
274 const struct kernfs_ops *ops; in kernfs_fop_write()
310 ops = kernfs_ops(of->kn); in kernfs_fop_write()
468 const struct kernfs_ops *ops; in kernfs_fop_mmap()
487 ops = kernfs_ops(of->kn); in kernfs_fop_mmap()
616 const struct kernfs_ops *ops; in kernfs_fop_open()
624 ops = kernfs_ops(kn); in kernfs_fop_open()
912 const struct kernfs_ops *ops, in __kernfs_create_file()