Lines Matching defs:commit
82 * device as it was after the last commit is untouched, ie. we're using
99 * the commit.
776 * single commit for them in process_deferred_bios().
966 * If the bio has the REQ_FUA flag set we must commit the metadata
986 * single commit for them in process_deferred_bios().
1492 static int commit(struct pool *pool)
1541 * Try to commit to see if that will free up some
1544 r = commit(pool);
1576 /* Let's commit before we use up the metadata reserve. */
1577 r = commit(pool);
2093 * FIXME: should we also commit due to size of transaction, measured in
2360 * If there are any deferred flush bios, we must commit the metadata
2378 if (commit(pool)) {
2392 * The data device was flushed as part of metadata commit,
2420 * We want to commit periodically so that not too much
3585 (void) commit(pool);
3674 (void) commit(pool);
3808 (void) commit(pool);
3876 (void) commit(pool);
3937 (void) commit(pool);
4291 * aren't then dependent on the periodic commit to wake_worker().