Lines Matching full:commit

15  * (unlinked) and then a commit is run. In the normal course of events the inode
37 * the commit is run, are written to the orphan area in 1 or more orphan nodes.
233 * ubifs_orphan_start_commit - start commit of orphans.
236 * Start commit of orphans.
255 dbg_cmt("%d orphans to commit", c->cmt_orphans); in ubifs_orphan_start_commit()
387 /* Mark the last node of the commit */ in write_orph_node()
399 * write_orph_nodes - write orphan nodes until there are no more to commit.
403 * This function writes orphan nodes for all the orphans to commit. On success,
433 * to commit. The list is in the order that the orphans were added, and the
478 * commit_orphans - commit orphans.
505 * During commit, the orphans being committed cannot be deleted, so they are
532 * ubifs_orphan_end_commit - end commit of orphans.
535 * End commit of orphans.
579 * must be kept until the next commit, so it is added to the rb-tree and the
657 /* Check commit number */ in do_kill_orphans()
660 * The commit number on the master node may be less, because in do_kill_orphans()
661 * of a failed commit. If there are several failed commits in a in do_kill_orphans()
662 * row, the commit number written on orphan nodes will continue in do_kill_orphans()
663 * to increase (because the commit number is adjusted here) even in do_kill_orphans()
664 * though the commit number on the master node stays the same in do_kill_orphans()
671 * The last orphan node had a higher commit number and in do_kill_orphans()
672 * was flagged as the last written for that commit in do_kill_orphans()
676 ubifs_err(c, "out of order commit number %llu in orphan node at %d:%d", in do_kill_orphans()
726 dbg_rcvry("last orph node for commit %llu at %d:%d", in do_kill_orphans()
751 * the next commit, the LEBs where the orphan information is recorded are not
752 * erased until the next commit.
770 * through. In addition, the last orphan node written for each commit is in kill_orphans()
772 * there are orphan nodes from the next commit (i.e. the commit did not in kill_orphans()