Home
last modified time | relevance | path

Searched refs:next (Results 1 – 18 of 18) sorted by relevance

/littlefs-3.7.0-3.6.0/
DSPEC.md195 the CRC tag to force the next commit to fail the valid bit test if it
198 2. The valid bit alone is not enough info to know if the next commit has been
200 so it's possible that the next commit had an attempted program that left the
205 bytes in the next commit at the time it was erased.
223 | | | | +-- next commit
481 The pointer to the next metadata-pair in the directory is stored in a tail tag,
678 2. **Metadata pair (8-bytes)** - Pointer to the next metadata-pair.
683 Provides a tail pointer that points to the next metadata pair in the
686 In this case, the next metadata pair is not a part of our current directory
692 Provides a tail pointer that points to the next metadata pair in the
[all …]
Dlfs.h371 struct lfs_dir *next; member
382 struct lfs_file *next; member
422 struct lfs_mlist *next; member
Dlfs.c501 for (struct lfs_mlist **p = &head; *p; p = &(*p)->next) { in lfs_mlist_isopen()
513 for (struct lfs_mlist **p = &lfs->mlist; *p; p = &(*p)->next) { in lfs_mlist_remove()
515 *p = (*p)->next; in lfs_mlist_remove()
522 mlist->next = lfs->mlist; in lfs_mlist_append()
2314 for (struct lfs_mlist *d = lfs->mlist; d; d = d->next) { in lfs_dir_relocatingcommit()
2359 for (lfs_file_t *f = (lfs_file_t*)lfs->mlist; f; f = f->next) { in lfs_dir_orphaningcommit()
2433 for (struct lfs_mlist *d = lfs->mlist; d; d = d->next) { in lfs_dir_orphaningcommit()
2580 cwd.next = lfs->mlist; in lfs_rawmkdir()
2640 lfs->mlist = cwd.next; in lfs_rawmkdir()
2644 lfs->mlist = cwd.next; in lfs_rawmkdir()
[all …]
DREADME.md132 flushes all the data to memory and ensures that the next read fetches the data
DDESIGN.md309 We could make our logs larger than two blocks, but the next challenge is how
846 Deciding which block to use next is the responsibility of the block allocator.
/littlefs-3.7.0-3.6.0/scripts/
Dcov.py476 r = next(iter(fold(Result, results, by=[])), None)
481 diff_r = next(iter(fold(Result, diff_results, by=[])), None)
556 next(iter(f for _, f in spans)),
Dstructs.py437 r = next(iter(fold(Result, results, by=[])), None)
442 diff_r = next(iter(fold(Result, diff_results, by=[])), None)
Ddata.py489 r = next(iter(fold(Result, results, by=[])), None)
494 diff_r = next(iter(fold(Result, diff_results, by=[])), None)
Dcode.py489 r = next(iter(fold(Result, results, by=[])), None)
494 diff_r = next(iter(fold(Result, diff_results, by=[])), None)
Dplotmpl.py1215 next(a for a in subparser._actions
1217 next(a for a in subparser._actions
1219 next(a for a in subparser._actions
Dperf.py816 r = next(iter(fold(Result, results, by=[])), None)
821 diff_r = next(iter(fold(Result, diff_results, by=[])), None)
986 next(iter(f for _, f in spans)),
Dperfbd.py782 r = next(iter(fold(Result, results, by=[])), None)
787 diff_r = next(iter(fold(Result, diff_results, by=[])), None)
971 next(iter(f for _, f in spans)),
Dstack.py454 r = next(iter(fold(Result, results, by=[])), None)
459 diff_r = next(iter(fold(Result, diff_results, by=[])), None)
Dsummary.py523 r = next(iter(fold(Result, results, by=[])), None)
528 diff_r = next(iter(fold(Result, diff_results, by=[])), None)
Dplot.py1534 next(a for a in subparser._actions
1536 next(a for a in subparser._actions
Dbench.py1136 line = next(it.islice(f, lineno-1, None)).strip('\n')
Dtest.py1136 line = next(it.islice(f, lineno-1, None)).strip('\n')
/littlefs-3.7.0-3.6.0/tests/
Dtest_powerloss.toml130 // get offset to next prog