Searched refs:EUN (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ |
H A D | nftlcore.c | 194 /* We're passed the number of the last EUN in the chain, to save us from in NFTL_findfreeblock() 272 pr_debug("Write Inhibited on EUN %d\n", thisEUN); in NFTL_foldchain() 311 printk("Unknown status for block %d in EUN %d: %x\n", in NFTL_foldchain() 339 "and is in EUN %d (%s) %d\n", in NFTL_foldchain() 353 pr_debug("Pending write not free in EUN %d. " in NFTL_foldchain() 395 /* If it's in the target EUN already, or if it's pending write, do nothing */ in NFTL_foldchain() 481 u16 chain, EUN; in NFTL_makefreeblock() local 484 EUN = nftl->EUNtable[chain]; in NFTL_makefreeblock() 487 while (EUN <= nftl->lastEUN) { in NFTL_makefreeblock() 489 //printk("VUC %d reaches len %d with EUN in NFTL_makefreeblock() [all...] |
H A D | inftlcore.c | 228 "EUN range = %d - %d\n", 0, inftl->LastFreeEUN); in INFTL_findfreeblock() 291 "for block %d in EUN %d: %x\n", in INFTL_foldchain() 318 * If it's in the target EUN already, or if it's pending write, in INFTL_foldchain() 407 u16 chain, EUN; in INFTL_makefreeblock() local 413 EUN = inftl->VUtable[chain]; in INFTL_makefreeblock() 416 while (EUN <= inftl->lastEUN) { in INFTL_makefreeblock() 418 EUN = inftl->PUtable[EUN]; in INFTL_makefreeblock() 422 chain, EUN); in INFTL_makefreeblock() 489 pr_debug("INFTL: status of block %d in EUN in INFTL_findwriteunit() [all...] |
/kernel/linux/linux-6.6/drivers/mtd/ |
H A D | nftlcore.c | 194 /* We're passed the number of the last EUN in the chain, to save us from in NFTL_findfreeblock() 272 pr_debug("Write Inhibited on EUN %d\n", thisEUN); in NFTL_foldchain() 311 printk("Unknown status for block %d in EUN %d: %x\n", in NFTL_foldchain() 339 "and is in EUN %d (%s) %d\n", in NFTL_foldchain() 353 pr_debug("Pending write not free in EUN %d. " in NFTL_foldchain() 395 /* If it's in the target EUN already, or if it's pending write, do nothing */ in NFTL_foldchain() 481 u16 chain, EUN; in NFTL_makefreeblock() local 484 EUN = nftl->EUNtable[chain]; in NFTL_makefreeblock() 487 while (EUN <= nftl->lastEUN) { in NFTL_makefreeblock() 489 //printk("VUC %d reaches len %d with EUN in NFTL_makefreeblock() [all...] |
H A D | inftlcore.c | 228 "EUN range = %d - %d\n", 0, inftl->LastFreeEUN); in INFTL_findfreeblock() 291 "for block %d in EUN %d: %x\n", in INFTL_foldchain() 318 * If it's in the target EUN already, or if it's pending write, in INFTL_foldchain() 407 u16 chain, EUN; in INFTL_makefreeblock() local 413 EUN = inftl->VUtable[chain]; in INFTL_makefreeblock() 416 while (EUN <= inftl->lastEUN) { in INFTL_makefreeblock() 418 EUN = inftl->PUtable[EUN]; in INFTL_makefreeblock() 422 chain, EUN); in INFTL_makefreeblock() 489 pr_debug("INFTL: status of block %d in EUN in INFTL_findwriteunit() [all...] |
Completed in 4 milliseconds