proc_fs_i.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. struct proc_inode_info {
  2. struct task_struct *task;
  3. int type;
  4. union {
  5. int (*proc_get_link)(struct inode *, struct dentry **, struct vfsmount **);
  6. int (*proc_read)(struct task_struct *task, char *page);
  7. } op;
  8. struct file *file;
  9. };