Searched refs:nftl (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Dnftlcore.c38 #include <linux/mtd/nftl.h>
50 struct NFTLrecord *nftl; local
68 nftl = kzalloc(sizeof(struct NFTLrecord), GFP_KERNEL);
70 if (!nftl) {
75 nftl->mbd.mtd = mtd;
76 nftl->mbd.devnum = -1;
78 nftl->mbd.tr = tr;
80 if (NFTL_mount(nftl) < 0) {
82 kfree(nftl);
89 nftl
133 struct NFTLrecord *nftl = (void *)dev; local
212 NFTL_findfreeblock(struct NFTLrecord *nftl, int desperate ) argument
253 NFTL_foldchain(struct NFTLrecord *nftl, unsigned thisVUC, unsigned pendingblock ) argument
540 NFTL_findwriteunit(struct NFTLrecord *nftl, unsigned block) argument
695 struct NFTLrecord *nftl = (void *)mbd; local
722 struct NFTLrecord *nftl = (void *)mbd; local
787 struct NFTLrecord *nftl = (void *)dev; local
[all...]
H A Dnftlmount.c29 #include <linux/mtd/nftl.h>
36 * is used for management of Erase Unit in other routines in nftl.c and nftlmount.c
38 static int find_boot_record(struct NFTLrecord *nftl) argument
44 struct NFTLMediaHeader *mh = &nftl->MediaHdr;
45 struct mtd_info *mtd = nftl->mbd.mtd;
53 nftl->EraseSize if there were any point in doing so. */
54 nftl->EraseSize = nftl->mbd.mtd->erasesize;
55 nftl->nb_blocks = (u32)nftl
228 check_free_sectors(struct NFTLrecord *nftl, unsigned int address, int len, int check_oob) argument
262 NFTL_formatblock(struct NFTLrecord *nftl, int block) argument
327 check_sectors_in_chain(struct NFTLrecord *nftl, unsigned int first_block) argument
381 calc_chain_length(struct NFTLrecord *nftl, unsigned int first_block) argument
403 format_chain(struct NFTLrecord *nftl, unsigned int first_block) argument
436 check_and_mark_free_block(struct NFTLrecord *nftl, int block) argument
476 get_fold_mark(struct NFTLrecord *nftl, unsigned int block) argument
[all...]
H A DMakefile23 obj-$(CONFIG_NFTL) += nftl.o
30 nftl-objs := nftlcore.o nftlmount.o
H A Dinftlmount.c35 #include <linux/mtd/nftl.h>
H A Dinftlcore.c34 #include <linux/mtd/nftl.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mtd/
H A Dinftl.h11 #error This is a kernel header. Perhaps include nftl-user.h instead?
16 #include <linux/mtd/nftl.h>
H A Dnftl.h26 #include <mtd/nftl-user.h>

Completed in 120 milliseconds