Lines Matching full:of
5 Description of pre-defined file systems.
18 The size of file system read operations, in bytes.
20 All read operations will be a multiple of this value. A
29 The size of file system program (write) operations, in bytes.
31 All program operations will be a multiple of this value. A
40 The size of block caches, in bytes.
42 Each cache buffers a portion of a block in RAM. The littlefs
45 and reducing the number of disk accesses. Must be a multiple of
46 the read and program sizes of the underlying flash device, and a
47 factor of the block size.
57 The size of the lookahead buffer, in bytes.
59 A larger lookahead buffer increases the number of blocks found
61 compact bitmap, so each byte of RAM can track 8 blocks. Must be a
62 multiple of 8.
72 The number of erase cycles before moving data to another block.
74 For dynamic wear leveling, the number of erase cycles before data