Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
blocklayout.c File Reference
#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)
 

Macro Definition Documentation

#define NFSDBG_FACILITY   NFSDBG_PNFS_LD

Definition at line 46 of file blocklayout.c.

Function Documentation

MODULE_ALIAS ( "nfs-layouttype4-3"  )
MODULE_AUTHOR ( "Andy Adamson <[email protected]>"  )
MODULE_DESCRIPTION ( "The NFSv4.1 pNFS Block layout driver )
module_exit ( nfs4blocklayout_exit  )
module_init ( nfs4blocklayout_init  )
MODULE_LICENSE ( "GPL"  )