Home
last modified time | relevance | path

Searched defs:commit (Results 1 – 10 of 10) sorted by relevance

/qemu/docs/interop/
H A Dlive-block-operations.rst344 .. _`block-commit_Case-1`:
358 .. _`block-commit_Case-3`:
377 QMP invocation for ``block-commit``
/qemu/include/qemu/
H A Dtransactions.h46 void (*commit)(void *opaque); member
H A Djob.h276 void (*commit)(Job *job); member
/qemu/block/
H A Dvvfat.c1604 commit_t* commit = array_get(&(s->commits), i); in clear_commits() local
1618 commit_t* commit = array_get_next(&(s->commits)); in schedule_rename() local
1627 commit_t* commit = array_get_next(&(s->commits)); in schedule_writeout() local
1637 commit_t* commit = array_get_next(&(s->commits)); in schedule_new_file() local
1645 commit_t* commit = array_get_next(&(s->commits)); in schedule_mkdir() local
2664 commit_t* commit = array_get(&(s->commits), i); in handle_renames_and_mkdirs() local
2672 commit_t* commit = array_get(&(s->commits), i); in handle_renames_and_mkdirs() local
2782 commit_t* commit = array_get(&(s->commits), i); in handle_commits() local
/qemu/tests/unit/
H A Dtest-xs-node.c494 static void do_test_xs_node_tx(bool fail, bool commit) in do_test_xs_node_tx()
/qemu/hw/i386/kvm/
H A Dxen_xenstore.c780 bool commit; in xs_transaction_end() local
H A Dxenstore_impl.c1061 xs_transaction_t tx_id, bool commit) in xs_impl_transaction_end()
/qemu/include/exec/
H A Dmemory.h881 void (*commit)(MemoryListener *listener); member
/qemu/hw/core/
H A Dloader.c1409 void rom_transaction_end(bool commit) in rom_transaction_end()
/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.c251 void commit(Context *c) in commit() function