Searched refs:STORAGE_MSG_FLAG_POST_COMMIT (Results 1 – 3 of 3) sorted by relevance
136 STORAGE_MSG_FLAG_POST_COMMIT = 0x4, enumerator137 STORAGE_MSG_FLAG_TRANSACT_COMPLETE = STORAGE_MSG_FLAG_POST_COMMIT,
116 if ((msg->flags & STORAGE_MSG_FLAG_POST_COMMIT) && (msg->cmd != STORAGE_RPMB_SEND)) { in handle_req()
562 if (msg->flags & STORAGE_MSG_FLAG_POST_COMMIT) { in rpmb_send()