Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
proc.c File Reference
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/sched.h>
#include <asm/uaccess.h>
#include "internal.h"

Go to the source code of this file.

Functions

int afs_proc_init (void)
 
void afs_proc_cleanup (void)
 
int afs_proc_cell_setup (struct afs_cell *cell)
 
void afs_proc_cell_remove (struct afs_cell *cell)
 

Function Documentation

void afs_proc_cell_remove ( struct afs_cell cell)

Definition at line 430 of file proc.c.

int afs_proc_cell_setup ( struct afs_cell cell)

Definition at line 388 of file proc.c.

void afs_proc_cleanup ( void  )

Definition at line 173 of file proc.c.

int afs_proc_init ( void  )

Definition at line 140 of file proc.c.