Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
tape_proc.c File Reference
#include <linux/module.h>
#include <linux/vmalloc.h>
#include <linux/seq_file.h>
#include <linux/proc_fs.h>
#include "tape.h"

Go to the source code of this file.

Macros

#define KMSG_COMPONENT   "tape"
 
#define pr_fmt(fmt)   KMSG_COMPONENT ": " fmt
 
#define TAPE_DBF_AREA   tape_core_dbf
 

Functions

void tape_proc_init (void)
 
void tape_proc_cleanup (void)
 

Macro Definition Documentation

#define KMSG_COMPONENT   "tape"

Definition at line 13 of file tape_proc.c.

#define pr_fmt (   fmt)    KMSG_COMPONENT ": " fmt

Definition at line 14 of file tape_proc.c.

#define TAPE_DBF_AREA   tape_core_dbf

Definition at line 21 of file tape_proc.c.

Function Documentation

void tape_proc_cleanup ( void  )

Definition at line 139 of file tape_proc.c.

void tape_proc_init ( void  )

Definition at line 125 of file tape_proc.c.