Lines Matching refs:size

26 - In addition to the logical block size (which usually matches the erase
27 block size), littlefs also uses a program block size and read block size.
88 aligned to our program block size. This means each commit may have padding for
292 [1| 3| 8 | 10 | 10 ][--- (size * 8) ---]
293 ^ ^ ^ ^ ^- size ^- file name
363 ^ ^ ^ ^- size (8) ^- magic string ("littlefs")
371 ^ ^ ^ ^ ^- version ^- block size ^- block count
375 | | | '- size (24)
392 3. **Block size (32-bits)** - Size of the logical block size used by the
397 5. **Name max (32-bits)** - Maximum size of file names in bytes.
399 6. **File max (32-bits)** - Maximum size of files in bytes.
401 7. **Attr max (32-bits)** - Maximum size of file attributes in bytes.
438 directory. The directory size is not known without traversing the directory.
449 ^ ^ ^ ^- size (8) ^- metadata pair
473 [1|- 11 -| 10 | 10 ][--- (size * 8) ---]
474 ^ ^ ^ ^- size ^- inline data
491 skip-list. Note that the head of the skip-list and the file size is enough
515 file size divided by the block size. With 32 bits for file size, this results
516 in a minimum block size of 104 bytes.
524 ^ ^ ^ ^ ^ ^- file size
526 | | | '- size (8)
537 2. **File size (32-bits)** - Size of the file in bytes.
559 [1| 3| 8 | 10 | 10 ][--- (size * 8) ---]
560 ^ ^ ^ ^ ^- size ^- attr data
626 ^ ^ ^ ^ ^- size (8) ^- metadata pair
685 The size and format of each piece of global state depends on the type, which
722 | | | '- size (12)
753 However, the size of the data is not limited to 32-bits. The data field may
767 [1| 3| 8 | 10 | 10 ][-- 32 --|--- (size * 8 - 32) ---]
769 | | | | '- size