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