Lines Matching +full:int +full:- +full:a
2 # SPDX-License-Identifier: Apache-2.0
5 Description of pre-defined file systems.
9 include: "zephyr,fstab-common.yaml"
12 # num-files and num-dirs are not filesystem-specific.
14 read-size:
15 type: int
20 All read operations will be a multiple of this value. A
25 prog-size:
26 type: int
31 All program operations will be a multiple of this value. A
36 cache-size:
37 type: int
42 Each cache buffers a portion of a block in RAM. The littlefs
43 needs a read cache, a program cache, and one additional cache per
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
49 A reasonable default is 64.
53 lookahead-size:
54 type: int
59 A larger lookahead buffer increases the number of blocks found
60 during an allocation pass. The lookahead buffer is stored as a
61 compact bitmap, so each byte of RAM can track 8 blocks. Must be a
64 A reasonable default is 32.
68 block-cycles:
69 type: int
75 is moved to another block. Set to a non-positive value to disable
80 disk-version:
81 type: int