Searched refs:erase_count (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ |
H A D | mtdswap.c | 75 unsigned int erase_count; member 80 rb)->erase_count) 82 rb)->erase_count) 212 if (eb->erase_count > cur->erase_count) in __mtdswap_rb_add() 350 eb->erase_count = le32_to_cpu(data->count); in mtdswap_read_markers() 382 n.count = cpu_to_le32(eb->erase_count); in mtdswap_write_marker() 438 median = rb_entry(medrb, struct swap_eb, rb)->erase_count; in mtdswap_check_counts() 446 eb->erase_count = median; in mtdswap_check_counts() 533 eb->erase_count in mtdswap_erase_block() [all...] |
/kernel/linux/linux-6.6/drivers/mtd/ |
H A D | mtdswap.c | 75 unsigned int erase_count; member 80 rb)->erase_count) 82 rb)->erase_count) 212 if (eb->erase_count > cur->erase_count) in __mtdswap_rb_add() 350 eb->erase_count = le32_to_cpu(data->count); in mtdswap_read_markers() 382 n.count = cpu_to_le32(eb->erase_count); in mtdswap_write_marker() 438 median = rb_entry(medrb, struct swap_eb, rb)->erase_count; in mtdswap_check_counts() 446 eb->erase_count = median; in mtdswap_check_counts() 533 eb->erase_count in mtdswap_erase_block() [all...] |
/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
H A D | debug.c | 426 int erase_count = -1; in eraseblk_count_seq_show() local 441 erase_count = wl->ec; in eraseblk_count_seq_show() 445 if (erase_count < 0) in eraseblk_count_seq_show() 448 seq_printf(s, "%-22d\t%-11d\n", *block_number, erase_count); in eraseblk_count_seq_show()
|
/kernel/linux/linux-6.6/drivers/mtd/ubi/ |
H A D | debug.c | 426 int erase_count = -1; in eraseblk_count_seq_show() local 441 erase_count = wl->ec; in eraseblk_count_seq_show() 445 if (erase_count < 0) in eraseblk_count_seq_show() 448 seq_printf(s, "%-22d\t%-11d\n", *block_number, erase_count); in eraseblk_count_seq_show()
|
Completed in 6 milliseconds