Lines Matching defs:kernfs_ops
61 * Determine the kernfs_ops for the given kernfs_node. This function must
64 static const struct kernfs_ops *kernfs_ops(struct kernfs_node *kn)
96 const struct kernfs_ops *ops = kernfs_ops(of->kn);
106 const struct kernfs_ops *ops;
116 ops = kernfs_ops(of->kn);
135 const struct kernfs_ops *ops = kernfs_ops(of->kn);
188 const struct kernfs_ops *ops;
211 ops = kernfs_ops(of->kn);
259 const struct kernfs_ops *ops;
294 ops = kernfs_ops(of->kn);
453 const struct kernfs_ops *ops;
472 ops = kernfs_ops(of->kn);
601 const struct kernfs_ops *ops;
609 ops = kernfs_ops(kn);
742 * and being drained. Don't use kernfs_ops().
975 const struct kernfs_ops *ops,