Lines Matching defs:next
497 for (struct lfs_mlist **p = &head; *p; p = &(*p)->next) {
508 for (struct lfs_mlist **p = &lfs->mlist; *p; p = &(*p)->next) {
510 *p = (*p)->next;
517 mlist->next = lfs->mlist;
657 // eagerly find next off so an alloc ack can
1130 // extract next tag
1147 // next commit not yet programmed?
1177 // reset the next bit if we need to
1306 // check for an fcrc matching the next prog's erased state, if
1536 // to next name
1714 // reset crc for next commit
2309 for (struct lfs_mlist *d = lfs->mlist; d; d = d->next) {
2354 for (lfs_file_t *f = (lfs_file_t*)lfs->mlist; f; f = f->next) {
2428 for (struct lfs_mlist *d = lfs->mlist; d; d = d->next) {
2501 // next step, clean up orphans
2575 cwd.next = lfs->mlist;
2635 lfs->mlist = cwd.next;
2639 lfs->mlist = cwd.next;
3059 // get next slot and create entry to remember name
3833 dir.next = lfs->mlist;
3870 lfs->mlist = dir.next;
3874 lfs->mlist = dir.next;
3926 prevdir.next = lfs->mlist;
3992 lfs->mlist = prevdir.next;
4004 lfs->mlist = prevdir.next;
4009 lfs->mlist = prevdir.next;
4350 // fetch next block in tail list
4618 for (lfs_file_t *f = (lfs_file_t*)lfs->mlist; f; f = f->next) {
5139 struct lfs1_dir *next;