|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/init.h>#include <linux/mount.h>#include <linux/namei.h>#include <linux/bio.h>#include <linux/buffer_head.h>#include <linux/prefetch.h>#include <linux/pagevec.h>#include "../pnfs.h"#include "../internal.h"#include "blocklayout.h"Go to the source code of this file.
Data Structures | |
| struct | parallel_io |
Macros | |
| #define | NFSDBG_FACILITY NFSDBG_PNFS_LD |
Functions | |
| MODULE_LICENSE ("GPL") | |
| MODULE_AUTHOR ("Andy Adamson <[email protected]>") | |
| MODULE_DESCRIPTION ("The NFSv4.1 pNFS Block layout driver") | |
| MODULE_ALIAS ("nfs-layouttype4-3") | |
| module_init (nfs4blocklayout_init) | |
| module_exit (nfs4blocklayout_exit) | |
| #define NFSDBG_FACILITY NFSDBG_PNFS_LD |
Definition at line 46 of file blocklayout.c.
| MODULE_ALIAS | ( | "nfs-layouttype4-3" | ) |
| MODULE_AUTHOR | ( | "Andy Adamson <[email protected]>" | ) |
| module_exit | ( | nfs4blocklayout_exit | ) |
| module_init | ( | nfs4blocklayout_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2