Linux Kernel
3.7.1
|
#include <proc_fs.h>
Data Fields | |
unsigned int | low_ino |
umode_t | mode |
nlink_t | nlink |
kuid_t | uid |
kgid_t | gid |
loff_t | size |
struct inode_operations * | proc_iops |
struct file_operations * | proc_fops |
struct proc_dir_entry * | next |
struct proc_dir_entry * | parent |
struct proc_dir_entry * | subdir |
void * | data |
read_proc_t * | read_proc |
write_proc_t * | write_proc |
atomic_t | count |
int | pde_users |
struct completion * | pde_unload_completion |
struct list_head | pde_openers |
spinlock_t | pde_unload_lock |
u8 | namelen |
char | name [] |
struct proc_dir_entry* next |
struct proc_dir_entry * parent |
struct completion* pde_unload_completion |
spinlock_t pde_unload_lock |
struct file_operations* proc_fops |
struct inode_operations* proc_iops |
read_proc_t* read_proc |
struct proc_dir_entry * subdir |
write_proc_t* write_proc |