Lines Matching refs:of
11 UBI is a software layer above MTD layer which admits of LVM-like
12 logical volumes on top of MTD devices, hides some complexities of
24 erase counter value and the lowest erase counter value of eraseblocks
25 of UBI devices. When this threshold is exceeded, UBI starts performing
26 wear leveling by means of moving data from eraseblock with low erase
31 However, in case of MLC NAND flashes which typically have eraseblock
33 to 128 or 256, although it does not have to be power of 2).
36 int "Percentage of reserved eraseblocks for bad eraseblocks handling"
41 If the MTD device admits of bad eraseblocks (e.g. NAND flash), UBI
42 reserves some amount of physical eraseblocks to handle new bad
46 for bad eraseblock handling (percents of total number of good flash
47 eraseblocks). If the underlying flash does not admit of bad
56 This option enables MTD devices emulation on top of UBI volumes: for
59 MTD-oriented software (like JFFS2) work on top of UBI. Do not enable