|
Linux Kernel
3.7.1
|
#include <linux/string.h>#include <linux/parser.h>#include <linux/vfs.h>#include <linux/random.h>#include <linux/module.h>#include <linux/exportfs.h>#include <linux/slab.h>#include "exofs.h"Go to the source code of this file.
Data Structures | |
| struct | exofs_mountopt |
Macros | |
| #define | EXOFS_DBGMSG2(M...) do {} while (0) |
Enumerations | |
| enum | { Opt_name, Opt_pid, Opt_to, Opt_err } |
Functions | |
| void | exofs_make_credential (u8 cred_a[OSD_CAP_LEN], const struct osd_obj_id *obj) |
| int | exofs_sbi_write_stats (struct exofs_sb_info *sbi) |
| int | __alloc_dev_table (struct exofs_sb_info *sbi, unsigned numdevs, struct exofs_dev **peds) |
| MODULE_AUTHOR ("Avishay Traeger <[email protected]>") | |
| MODULE_DESCRIPTION ("exofs") | |
| MODULE_LICENSE ("GPL") | |
| int __alloc_dev_table | ( | struct exofs_sb_info * | sbi, |
| unsigned | numdevs, | ||
| struct exofs_dev ** | peds | ||
| ) |
| void exofs_make_credential | ( | u8 | cred_a[OSD_CAP_LEN], |
| const struct osd_obj_id * | obj | ||
| ) |
| int exofs_sbi_write_stats | ( | struct exofs_sb_info * | sbi | ) |
| MODULE_AUTHOR | ( | "Avishay Traeger <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "exofs" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2