Searched defs:nftl (Results 1 – 2 of 2) sorted by relevance
/drivers/mtd/ |
D | nftlmount.c | 38 static int find_boot_record(struct NFTLrecord *nftl) in find_boot_record() 273 static int check_free_sectors(struct NFTLrecord *nftl, unsigned int address, int len, in check_free_sectors() 307 int NFTL_formatblock(struct NFTLrecord *nftl, int block) in NFTL_formatblock() 376 static void check_sectors_in_chain(struct NFTLrecord *nftl, unsigned int first_block) in check_sectors_in_chain() 430 static int calc_chain_length(struct NFTLrecord *nftl, unsigned int first_block) in calc_chain_length() 462 static void format_chain(struct NFTLrecord *nftl, unsigned int first_block) in format_chain() 495 static int check_and_mark_free_block(struct NFTLrecord *nftl, int block) in check_and_mark_free_block() 556 static int get_fold_mark(struct NFTLrecord *nftl, unsigned int block) in get_fold_mark()
|
D | nftlcore.c | 50 struct NFTLrecord *nftl; in nftl_add_mtd() local 124 struct NFTLrecord *nftl = (void *)dev; in nftl_remove_dev() local 203 static u16 NFTL_findfreeblock(struct NFTLrecord *nftl, int desperate ) in NFTL_findfreeblock() 244 static u16 NFTL_foldchain (struct NFTLrecord *nftl, unsigned thisVUC, unsigned pendingblock ) in NFTL_foldchain() 483 static u16 NFTL_makefreeblock( struct NFTLrecord *nftl , unsigned pendingblock) in NFTL_makefreeblock() 535 static inline u16 NFTL_findwriteunit(struct NFTLrecord *nftl, unsigned block) in NFTL_findwriteunit() 690 struct NFTLrecord *nftl = (void *)mbd; in nftl_writeblock() local 717 struct NFTLrecord *nftl = (void *)mbd; in nftl_readblock() local 782 struct NFTLrecord *nftl = (void *)dev; in nftl_getgeo() local
|