|
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 "qib.h"Go to the source code of this file.
Macros | |
| #define | QIBFS_MAGIC 0x726a77 |
| #define | private2dd(file) ((file)->f_dentry->d_inode->i_private) |
Functions | |
| int | qibfs_add (struct qib_devdata *dd) |
| int | qibfs_remove (struct qib_devdata *dd) |
| int __init | qib_init_qibfs (void) |
| int __exit | qib_exit_qibfs (void) |
| int qibfs_add | ( | struct qib_devdata * | dd | ) |
| int qibfs_remove | ( | struct qib_devdata * | dd | ) |
1.8.2