Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
inode.c File Reference
#include <linux/time.h>
#include <linux/proc_fs.h>
#include <linux/kernel.h>
#include <linux/pid_namespace.h>
#include <linux/mm.h>
#include <linux/string.h>
#include <linux/stat.h>
#include <linux/completion.h>
#include <linux/poll.h>
#include <linux/file.h>
#include <linux/limits.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/sysctl.h>
#include <linux/seq_file.h>
#include <linux/slab.h>
#include <linux/mount.h>
#include <asm/uaccess.h>
#include "internal.h"

Go to the source code of this file.

Functions

void __init proc_init_inodecache (void)
 
void pde_users_dec (struct proc_dir_entry *pde)
 
struct inodeproc_get_inode (struct super_block *sb, struct proc_dir_entry *de)
 
int proc_fill_super (struct super_block *s)
 

Function Documentation

void pde_users_dec ( struct proc_dir_entry pde)

Definition at line 136 of file inode.c.

int proc_fill_super ( struct super_block s)

Definition at line 485 of file inode.c.

struct inode* proc_get_inode ( struct super_block sb,
struct proc_dir_entry de 
)
read

Definition at line 444 of file inode.c.

void __init proc_init_inodecache ( void  )

Definition at line 97 of file inode.c.