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