Lines Matching defs:commit
83 * device as it was after the last commit is untouched, ie. we're using
100 * the commit.
776 * single commit for them in process_deferred_bios().
968 * If the bio has the REQ_FUA flag set we must commit the metadata
988 * single commit for them in process_deferred_bios().
1487 static int commit(struct pool *pool)
1536 * Try to commit to see if that will free up some
1539 r = commit(pool);
1571 /* Let's commit before we use up the metadata reserve. */
1572 r = commit(pool);
2110 * FIXME: should we also commit due to size of transaction, measured in
2377 * If there are any deferred flush bios, we must commit the metadata
2395 if (commit(pool)) {
2409 * The data device was flushed as part of metadata commit,
2437 * We want to commit periodically so that not too much
3590 (void) commit(pool);
3679 (void) commit(pool);
3813 (void) commit(pool);
3881 (void) commit(pool);
3942 (void) commit(pool);
4303 * aren't then dependent on the periodic commit to wake_worker().