Home
last modified time | relevance | path

Searched refs:update_checkpoint (Results 1 – 6 of 6) sorted by relevance

/trusty/user/app/storage/
Dtransaction.h83 void transaction_complete_etc(struct transaction* tr, bool update_checkpoint);
Dclient.c265 if (flags.update_checkpoint) { in assert_checkpoint_flag_valid()
334 if (flags.update_checkpoint && !transaction_is_active(&session->tr)) { in storage_transaction_end()
339 transaction_complete_etc(&session->tr, flags.update_checkpoint); in storage_transaction_end()
397 transaction_complete_etc(&session->tr, flags.update_checkpoint); in storage_file_delete()
526 transaction_complete_etc(&session->tr, flags.update_checkpoint); in storage_file_move()
598 transaction_complete_etc(&session->tr, flags.update_checkpoint); in storage_file_open()
640 transaction_complete_etc(&session->tr, flags.update_checkpoint); in storage_file_close()
848 transaction_complete_etc(&session->tr, flags.update_checkpoint); in storage_file_write()
1091 transaction_complete_etc(&session->tr, flags.update_checkpoint); in storage_file_set_size()
Dclient.h39 bool update_checkpoint; member
Daidl_service.cpp286 .update_checkpoint = false, in op_flags()
488 .update_checkpoint = false, in op_flags()
531 .update_checkpoint = false, in openFile()
565 .update_checkpoint = false, in deleteFile()
594 .update_checkpoint = false, in renameFile()
624 .update_checkpoint = false, in endTransactions()
Dtransaction.c330 void transaction_complete_etc(struct transaction* tr, bool update_checkpoint) { in transaction_complete_etc() argument
375 if (update_checkpoint) { in transaction_complete_etc()
432 if (update_checkpoint) { in transaction_complete_etc()
520 if (update_checkpoint) { in transaction_complete_etc()
Dclient_tipc.c74 .update_checkpoint = in extract_storage_op_flags()