Lines Matching defs:next
65 * @list: next bud in the list
517 struct ubifs_bud *next;
537 * journal code switched the next bud (from A to B), it first added a
551 next = list_entry(bud->list.next, struct ubifs_bud, list);
552 if (!list_is_last(&next->list, &jh->buds_list))
555 err = ubifs_leb_read(c, next->lnum, (char *)&data, next->start, 4, 1);
872 b = list_entry(c->replay_buds.next, struct bud_entry, list);
1010 snod = list_entry(sleb->nodes.next, struct ubifs_scan_node, list);