|
Linux Kernel
3.7.1
|
#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) |
| #define IPATHFS_MAGIC 0x726a77 |
Definition at line 44 of file ipath_fs.c.
Definition at line 419 of file ipath_fs.c.
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.
1.8.2