|
Linux Kernel
3.7.1
|
#include <linux/hdreg.h>#include <linux/blkdev.h>#include <linux/netdevice.h>#include <linux/delay.h>#include <linux/slab.h>#include <linux/bitmap.h>#include <linux/kdev_t.h>#include <linux/moduleparam.h>#include "aoe.h"Go to the source code of this file.
Macros | |
| #define | N_DEVS ((1U<<MINORBITS)/AOE_PARTITIONS) |
Functions | |
| module_param (aoe_dyndevs, int, 0644) | |
| MODULE_PARM_DESC (aoe_dyndevs,"Use dynamic minor numbers for devices.") | |
| void | aoedev_put (struct aoedev *d) |
| void | aoedev_downdev (struct aoedev *d) |
| int | aoedev_flush (const char __user *str, size_t cnt) |
| struct aoedev * | aoedev_by_aoeaddr (ulong maj, int min, int do_alloc) |
| void | aoedev_exit (void) |
| int __init | aoedev_init (void) |
| module_param | ( | aoe_dyndevs | , |
| int | , | ||
| 0644 | |||
| ) |
1.8.2