Searched refs:copy_erase_unit (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mtd/
H A Dftl.c428 static int copy_erase_unit(partition_t *part, uint16_t srcunit, function
460 printk( KERN_WARNING "ftl: Failed to read BAM cache in copy_erase_unit()!\n");
474 printk( KERN_WARNING "ftl: Failed to write back to BAM cache in copy_erase_unit()!\n");
493 printk(KERN_WARNING "ftl: Error reading old xfer unit in copy_erase_unit\n");
501 printk(KERN_WARNING "ftl: Error writing new xfer unit in copy_erase_unit\n");
523 printk( KERN_WARNING "ftl: Error writing BAM in copy_erase_unit\n");
533 printk(KERN_WARNING "ftl: Error writing new LogicalEUN in copy_erase_unit\n");
550 } /* copy_erase_unit */
555 then calls copy_erase_unit() to copy one to the other. Then, it
656 ret = copy_erase_unit(par
[all...]

Completed in 257 milliseconds