Searched refs:update_checkpoint (Results 1 – 6 of 6) sorted by relevance
/trusty/user/app/storage/ |
D | transaction.h | 83 void transaction_complete_etc(struct transaction* tr, bool update_checkpoint);
|
D | client.c | 265 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()
|
D | client.h | 39 bool update_checkpoint; member
|
D | aidl_service.cpp | 286 .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()
|
D | transaction.c | 330 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()
|
D | client_tipc.c | 74 .update_checkpoint = in extract_storage_op_flags()
|