|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <asm/errno.h>#include <linux/delay.h>#include <linux/slab.h>#include <linux/mtd/mtd.h>#include <linux/mtd/nand.h>#include <linux/mtd/nftl.h>Go to the source code of this file.
Macros | |
| #define | SECTORSIZE 512 |
Functions | |
| int | NFTL_formatblock (struct NFTLrecord *nftl, int block) |
| int | NFTL_mount (struct NFTLrecord *s) |
| #define SECTORSIZE 512 |
Definition at line 31 of file nftlmount.c.
| int NFTL_formatblock | ( | struct NFTLrecord * | nftl, |
| int | block | ||
| ) |
Definition at line 303 of file nftlmount.c.
| int NFTL_mount | ( | struct NFTLrecord * | s | ) |
Definition at line 565 of file nftlmount.c.
1.8.2