Searched defs:nftl (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/mtd/ | 
| D | nftlmount.c | 25 static int find_boot_record(struct NFTLrecord *nftl)  in find_boot_record()262 static int check_free_sectors(struct NFTLrecord *nftl, unsigned int address, int len,  in check_free_sectors()
 305 int NFTL_formatblock(struct NFTLrecord *nftl, int block)  in NFTL_formatblock()
 372 static void check_sectors_in_chain(struct NFTLrecord *nftl, unsigned int first_block)  in check_sectors_in_chain()
 426 static int calc_chain_length(struct NFTLrecord *nftl, unsigned int first_block)  in calc_chain_length()
 458 static void format_chain(struct NFTLrecord *nftl, unsigned int first_block)  in format_chain()
 491 static int check_and_mark_free_block(struct NFTLrecord *nftl, int block)  in check_and_mark_free_block()
 552 static int get_fold_mark(struct NFTLrecord *nftl, unsigned int block)  in get_fold_mark()
 
 | 
| D | nftlcore.c | 37 	struct NFTLrecord *nftl;  in nftl_add_mtd()  local111 	struct NFTLrecord *nftl = (void *)dev;  in nftl_remove_dev()  local
 190 static u16 NFTL_findfreeblock(struct NFTLrecord *nftl, int desperate )  in NFTL_findfreeblock()
 231 static u16 NFTL_foldchain (struct NFTLrecord *nftl, unsigned thisVUC, unsigned pendingblock )  in NFTL_foldchain()
 470 static u16 NFTL_makefreeblock( struct NFTLrecord *nftl , unsigned pendingblock)  in NFTL_makefreeblock()
 522 static inline u16 NFTL_findwriteunit(struct NFTLrecord *nftl, unsigned block)  in NFTL_findwriteunit()
 677 	struct NFTLrecord *nftl = (void *)mbd;  in nftl_writeblock()  local
 704 	struct NFTLrecord *nftl = (void *)mbd;  in nftl_readblock()  local
 769 	struct NFTLrecord *nftl = (void *)dev;  in nftl_getgeo()  local
 
 |