Searched refs:lastEUN (Results 1 – 6 of 6) sorted by relevance
217 if (++pot > nftl->lastEUN) in NFTL_findfreeblock()261 while (thisEUN <= nftl->lastEUN ) { in NFTL_foldchain()487 while (EUN <= nftl->lastEUN) { in NFTL_makefreeblock()524 u16 lastEUN; in NFTL_findwriteunit() local541 lastEUN = BLOCK_NIL; in NFTL_findwriteunit()544 while (writeEUN <= nftl->lastEUN) { in NFTL_findwriteunit()549 lastEUN = writeEUN; in NFTL_findwriteunit()627 if (lastEUN != BLOCK_NIL) { in NFTL_findwriteunit()650 if (lastEUN != BLOCK_NIL) { in NFTL_findwriteunit()652 nftl->ReplUnitTable[lastEUN] = writeEUN; in NFTL_findwriteunit()[all …]
256 inftl->lastEUN = ip->lastUnit; in find_boot_record()450 if (block == BLOCK_NIL || block >= inftl->lastEUN) in format_chain()472 pr_debug("PUtable[%d-%d=%d] ->", s->firstEUN, s->lastEUN, s->nb_blocks); in INFTL_dumptables()473 for (i = 0; i <= s->lastEUN; i++) { in INFTL_dumptables()493 s->numvunits, s->firstEUN, s->lastEUN, s->numfreeEUNs, in INFTL_dumptables()565 for (first_block = s->firstEUN; first_block <= s->lastEUN; first_block++) { in INFTL_mount()672 if (block > s->lastEUN) { in INFTL_mount()716 if (s->PUtable[block] > s->lastEUN) { in INFTL_mount()758 for (block = s->firstEUN; block <= s->lastEUN; block++) { in INFTL_mount()
223 if (++pot > inftl->lastEUN) in INFTL_findfreeblock()416 while (EUN <= inftl->lastEUN) { in INFTL_makefreeblock()484 while (thisEUN <= inftl->lastEUN) { in INFTL_findwriteunit()
186 nftl->lastEUN = nftl->nb_blocks - 1; in find_boot_record()
30 __u16 lastEUN; /* should be suppressed */ member
39 __u16 lastEUN; member
Completed in 9 milliseconds