Home
last modified time | relevance | path

Searched refs:checkpoint_mac (Results 1 – 2 of 2) sorted by relevance

/trusty/user/app/storage/
Dcheckpoint.c63 struct block_mac* checkpoint_mac) { in checkpoint_get_new_block() argument
74 if (block_mac_valid(tr, checkpoint_mac)) { in checkpoint_get_new_block()
75 block_free(tr, block_mac_to_block(tr, checkpoint_mac)); in checkpoint_get_new_block()
80 block_mac_set_block(tr, checkpoint_mac, new_checkpoint_block); in checkpoint_get_new_block()
Dcheckpoint.h27 struct block_mac* checkpoint_mac);