Lines Matching refs:proc_ops
568 if (pde->proc_ops->proc_flags & PROC_ENTRY_PERMANENT)
574 const struct proc_ops *proc_ops, void *data)
581 p->proc_ops = proc_ops;
589 const struct proc_ops *proc_ops)
591 return proc_create_data(name, mode, parent, proc_ops, NULL);
613 static const struct proc_ops proc_seq_ops = {
630 p->proc_ops = &proc_seq_ops;
644 static const struct proc_ops proc_single_ops = {
661 p->proc_ops = &proc_single_ops;