Lines Matching refs:devices
6 to work with flash devices. It is important to understand, that UBIFS
9 which work with MTD devices, not block devices. The other Linux
12 To make it more clear, here is a small comparison of MTD devices and
13 block devices.
15 1 MTD devices represent flash devices and they consist of eraseblocks of
16 rather large size, typically about 128KiB. Block devices consist of
18 2 MTD devices support 3 main operations - read from some offset within an
20 eraseblock. Block devices support 2 main operations - read a whole
38 level abstraction than a MTD device. The programming model of UBI devices
39 is very similar to MTD devices - they still consist of large eraseblocks,
40 they have read/write/erase operations, but UBI devices are devoid of
47 * JFFS2 works on top of MTD devices, UBIFS depends on UBI and works on