Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
aoeblk.c File Reference
#include <linux/kernel.h>
#include <linux/hdreg.h>
#include <linux/blkdev.h>
#include <linux/backing-dev.h>
#include <linux/fs.h>
#include <linux/ioctl.h>
#include <linux/slab.h>
#include <linux/ratelimit.h>
#include <linux/genhd.h>
#include <linux/netdevice.h>
#include <linux/mutex.h>
#include <linux/export.h>
#include "aoe.h"

Go to the source code of this file.

Functions

void aoedisk_rm_sysfs (struct aoedev *d)
 
void aoeblk_gdalloc (void *vp)
 
void aoeblk_exit (void)
 
int __init aoeblk_init (void)
 

Function Documentation

void aoeblk_exit ( void  )

Definition at line 282 of file aoeblk.c.

void aoeblk_gdalloc ( void vp)

Definition at line 207 of file aoeblk.c.

int __init aoeblk_init ( void  )

Definition at line 288 of file aoeblk.c.

void aoedisk_rm_sysfs ( struct aoedev d)

Definition at line 121 of file aoeblk.c.