Home
last modified time | relevance | path

Searched refs:valid (Results 1 – 5 of 5) sorted by relevance

/littlefs-3.5.0-3.4.0/
DSPEC.md47 most recent metadata should be considered valid.
94 contain valid commits, only the block with the most recent revision count
137 tag contains a valid bit used to indicate if the tag and containing commit is
138 valid. This valid bit is the first bit found in the tag and the commit and can
209 '.-----------.------------------ valid bit
219 little bit of craziness comes from the fact that the valid bit must be the
220 first bit in a commit, and when converted to little-endian, the valid bit finds
221 itself in byte 4. We could restructure the tag to store the valid bit lower,
230 1. **Valid bit (1-bit)** - Indicates if the tag is valid.
297 '----------------- valid bit
[all …]
Dlfs.c4802 bool valid = false; local
4816 if (valid && lfs_scmp(test.rev, dir->d.rev) < 0) {
4842 valid = true;
4851 if (!valid) {
/littlefs-3.5.0-3.4.0/tests/
Dtest_orphans.toml103 // is valid dir?
Dtest_relocations.toml192 // is valid dir?
Dtest_files.toml356 // with syncs we could be any size, but it at least must be valid data