Lines Matching refs:it
5 Block Images". UBIFS is a flash file system, which means it is designed
12 To make it more clear, here is a small comparison of MTD devices and
22 3 The whole eraseblock has to be erased before it becomes possible to
43 In a sense, UBIFS is a next generation of JFFS2 file-system, but it is
49 * JFFS2 does not have on-media index and has to build it while mounting,
52 so it mounts many times faster than JFFS2.
57 it possible to fit quite a lot of data to the flash.
64 UBIFS scales logarithmically (most of the data structures it uses are
71 The authors of UBIFS believe, that it is possible to develop UBI2 which
73 but it would be binary incompatible to UBI. So UBIFS would not need to be
91 compr=none override default compressor and set it to "none"
92 compr=lzo override default compressor and set it to "lzo"
93 compr=zlib override default compressor and set it to "zlib"