Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
proc_op Union Reference

#include <proc_fs.h>

Data Fields

int(* proc_get_link )(struct dentry *, struct path *)
 
int(* proc_read )(struct task_struct *task, char *page)
 
int(* proc_show )(struct seq_file *m, struct pid_namespace *ns, struct pid *pid, struct task_struct *task)
 

Detailed Description

Definition at line 255 of file proc_fs.h.

Field Documentation

int(* proc_get_link)(struct dentry *, struct path *)

Definition at line 256 of file proc_fs.h.

int(* proc_read)(struct task_struct *task, char *page)

Definition at line 257 of file proc_fs.h.

Definition at line 258 of file proc_fs.h.


The documentation for this union was generated from the following file: