Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
drbd_proc.c File Reference
#include <linux/module.h>
#include <asm/uaccess.h>
#include <linux/fs.h>
#include <linux/file.h>
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/drbd.h>
#include "drbd_int.h"

Go to the source code of this file.

Functions

void seq_printf_with_thousands_grouping (struct seq_file *seq, long v)
 

Variables

struct proc_dir_entrydrbd_proc
 
struct file_operations drbd_proc_fops
 

Function Documentation

void seq_printf_with_thousands_grouping ( struct seq_file seq,
long  v 
)

Definition at line 49 of file drbd_proc.c.

Variable Documentation

struct proc_dir_entry* drbd_proc

Definition at line 40 of file drbd_proc.c.

struct file_operations drbd_proc_fops
Initial value:
= {
.owner = THIS_MODULE,
.open = drbd_proc_open,
.read = seq_read,
.llseek = seq_lseek,
.release = drbd_proc_release,
}

Definition at line 41 of file drbd_proc.c.