Linux Kernel
3.7.1
|
#include "logfs.h"
#include <linux/bio.h>
#include <linux/slab.h>
#include <linux/blkdev.h>
#include <linux/module.h>
#include <linux/mtd/mtd.h>
#include <linux/statfs.h>
#include <linux/buffer_head.h>
Go to the source code of this file.
Functions | |
struct page * | emergency_read_begin (struct address_space *mapping, pgoff_t index) |
void | emergency_read_end (struct page *page) |
void | logfs_crash_dump (struct super_block *sb) |
int | logfs_statfs (struct dentry *dentry, struct kstatfs *stats) |
int | logfs_write_sb (struct super_block *sb) |
int | logfs_check_ds (struct logfs_disk_super *ds) |
module_init (logfs_init) | |
module_exit (logfs_exit) | |
MODULE_LICENSE ("GPL v2") | |
MODULE_AUTHOR ("Joern Engel <[email protected]>") | |
MODULE_DESCRIPTION ("scalable flash filesystem") | |
|
read |
int logfs_check_ds | ( | struct logfs_disk_super * | ds | ) |
void logfs_crash_dump | ( | struct super_block * | sb | ) |
int logfs_write_sb | ( | struct super_block * | sb | ) |
MODULE_AUTHOR | ( | "Joern Engel <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "scalable flash filesystem" | ) |
module_exit | ( | logfs_exit | ) |
module_init | ( | logfs_init | ) |
MODULE_LICENSE | ( | "GPL v2" | ) |