Searched refs:wear (Results 1 – 15 of 15) sorted by relevance
/Linux-v6.6/drivers/mtd/ubi/ |
D | Kconfig | 8 flash chips like wear and bad blocks and provides some other useful 15 int "UBI wear-leveling threshold" 22 wear leveling by means of moving data from eraseblock with low erase
|
/Linux-v6.6/fs/ubifs/ |
D | Kconfig | 57 increased flash wear. This option adds atime support and it is disabled by default 60 updates). This may affect file-system performance and increase flash device wear,
|
/Linux-v6.6/Documentation/filesystems/ |
D | ubifs.rst | 32 NAND flashes. Blocks do not have the wear-out property. 43 wear-leveling layer. It provides so called UBI volumes which is a higher 47 limitations like wear and bad blocks (items 4 and 5 in the above list).
|
D | ubifs-authentication.rst | 50 addition, it deals with flash-specific wear-leveling and transparent I/O error 54 UBIFS is a filesystem for raw flash which operates on top of UBI. Thus, wear 82 the on-flash index and reduce flash wear. 232 wear-leveling operations of UBI which copies contents from one physical
|
D | nilfs2.rst | 124 performance penalty or wear of flash device
|
/Linux-v6.6/drivers/mtd/nand/raw/ |
D | nandsim.c | 448 unsigned long wear = erase_block_wear[i]; in ns_show() local 449 if (wear < wmin) in ns_show() 450 wmin = wear; in ns_show() 451 if (wear > wmax) in ns_show() 452 wmax = wear; in ns_show() 453 tot += wear; in ns_show() 464 unsigned long wear = erase_block_wear[i]; in ns_show() local 466 if (wear <= decile_max[d]) { in ns_show()
|
/Linux-v6.6/drivers/mtd/nand/onenand/ |
D | Kconfig | 18 flipped accidentally due to device wear or something else.
|
/Linux-v6.6/drivers/mtd/ |
D | mtdswap.c | 803 unsigned int i, idx = -1, wear, max; in mtdswap_choose_wl_tree() local 812 wear = d->max_erase_count - MTDSWAP_ECNT_MIN(root); in mtdswap_choose_wl_tree() 813 if (wear > max) { in mtdswap_choose_wl_tree() 814 max = wear; in mtdswap_choose_wl_tree()
|
D | Kconfig | 193 The driver provides wear leveling by storing erase counter into the
|
/Linux-v6.6/drivers/mtd/devices/ |
D | docg3.c | 457 int wear, int ofs) in doc_read_seek() argument 462 block0, block1, page, ofs, wear); in doc_read_seek() 464 if (!wear && (ofs < 2 * DOC_LAYOUT_PAGE_SIZE)) { in doc_read_seek() 475 if (wear) in doc_read_seek()
|
D | Kconfig | 70 flipped accidentally due to device wear or something else.
|
/Linux-v6.6/Documentation/cdrom/ |
D | packet-writing.rst | 84 times, so to avoid unnecessary wear on the media, you should always
|
/Linux-v6.6/fs/jffs2/ |
D | Kconfig | 8 for use on diskless embedded devices. It provides improved wear
|
/Linux-v6.6/Documentation/admin-guide/laptops/ |
D | laptop-mode.rst | 61 Check your drive's rating, and don't wear down your drive's lifetime if you 214 may wear out your memory stick pretty quickly. Do _not_ use journalling
|
/Linux-v6.6/Documentation/driver-api/ |
D | mtdnand.rst | 564 to be marked bad due to wear. The MTD interface function
|