Home
last modified time | relevance | path

Searched full:global (Results 1 – 5 of 5) sorted by relevance

/littlefs-2.7.6/
DSPEC.md198 global state. Even the CRCs used to mark the end of commits get their own tag.
246 file, such as directory and global metadata.
606 When this happens, littlefs sets the "sync" flag in the global state. How
662 Provides delta bits for global state entries.
664 littlefs has a concept of "global state". This is a small set of state that
667 The way this works is that the global state is stored as a set of deltas
668 distributed across the filesystem such that the global state can be found by
683 so any global state should be kept very small.
685 The size and format of each piece of global state depends on the type, which
686 is stored in the chunk field. Currently, the only global state is move state,
[all …]
DDESIGN.md1813 If we only had some sort of global state, then we could also store a flag and
1850 introduction of a mechanism called "global state".
1854 Global state is a small set of state that can be updated from _any_ metadata
1855 pair. Combining global state with metadata pairs' ability to update multiple
1859 How does global state work?
1861 Global state exists as a set of deltas that are distributed across the metadata
1862 pairs in the filesystem. The actual global state can be built out of these
1876 To update the global state from a metadata pair, we take the global state we
1879 the filesystem's global state.
1907 To make this efficient, we always keep a copy of the global state in RAM. We
[all …]
D.travis.yml3 global:
Dlfs.c340 // operations on global state
1803 // commit any global diffs if we have any in lfs_dir_commit()
3277 // directory/ to an id less than our old id, the global update in lfs_rename()
3691 // scan directory blocks for superblock and any global updates in lfs_mount()
/littlefs-2.7.6/scripts/
Dtest.py375 # grab global config
522 # add truely global defines globally