Home
last modified time | relevance | path

Searched refs:STORAGE_MSG_FLAG_POST_COMMIT (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/trusty/storage/interface/include/trusty/interface/
H A Dstorage.h142 STORAGE_MSG_FLAG_POST_COMMIT = 0x4, enumerator
143 STORAGE_MSG_FLAG_TRANSACT_COMPLETE = STORAGE_MSG_FLAG_POST_COMMIT,
/aosp14/system/core/trusty/storage/proxy/
H A Dproxy.c80 if ((msg->flags & STORAGE_MSG_FLAG_POST_COMMIT) && msg->cmd != STORAGE_RPMB_SEND && in handle_req()
H A Drpmb.c580 if (msg->flags & STORAGE_MSG_FLAG_POST_COMMIT) { in rpmb_send()
H A Dstorage.c447 if (msg->flags & STORAGE_MSG_FLAG_POST_COMMIT) { in storage_file_write()