Lines Matching defs:kernfs_ops
103 * Determine the kernfs_ops for the given kernfs_node. This function must
106 static const struct kernfs_ops *kernfs_ops(struct kernfs_node *kn)
138 const struct kernfs_ops *ops = kernfs_ops(of->kn);
148 const struct kernfs_ops *ops;
158 ops = kernfs_ops(of->kn);
172 const struct kernfs_ops *ops = kernfs_ops(of->kn);
225 const struct kernfs_ops *ops;
249 ops = kernfs_ops(of->kn);
297 const struct kernfs_ops *ops;
332 ops = kernfs_ops(of->kn);
491 const struct kernfs_ops *ops;
510 ops = kernfs_ops(of->kn);
643 const struct kernfs_ops *ops;
651 ops = kernfs_ops(kn);
784 * and being drained. Don't use kernfs_ops().
1037 const struct kernfs_ops *ops,