Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
ipath_fs.c File Reference
#include <linux/module.h>
#include <linux/fs.h>
#include <linux/mount.h>
#include <linux/pagemap.h>
#include <linux/init.h>
#include <linux/namei.h>
#include <linux/slab.h>
#include "ipath_kernel.h"

Go to the source code of this file.

Macros

#define IPATHFS_MAGIC   0x726a77
 

Functions

int ipathfs_add_device (struct ipath_devdata *dd)
 
int ipathfs_remove_device (struct ipath_devdata *dd)
 
int __init ipath_init_ipathfs (void)
 
void __exit ipath_exit_ipathfs (void)
 

Macro Definition Documentation

#define IPATHFS_MAGIC   0x726a77

Definition at line 44 of file ipath_fs.c.

Function Documentation

void __exit ipath_exit_ipathfs ( void  )

Definition at line 419 of file ipath_fs.c.

int __init ipath_init_ipathfs ( void  )

Definition at line 414 of file ipath_fs.c.

int ipathfs_add_device ( struct ipath_devdata dd)

Definition at line 377 of file ipath_fs.c.

int ipathfs_remove_device ( struct ipath_devdata dd)

Definition at line 392 of file ipath_fs.c.