Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dblock_cache.c1655 struct transaction probe_tr; in block_probe() local
1664 transaction_init(&probe_tr, fs, true); in block_probe()
1665 if (block_mac_valid(&probe_tr, block_mac)) { in block_probe()
1667 block_get_no_tr_fail(&probe_tr, block_mac, NULL, &probe_ref); in block_probe()
1670 } else if (probe_tr.invalid_block_found) { in block_probe()
1676 transaction_fail(&probe_tr); in block_probe()
1677 transaction_free(&probe_tr); in block_probe()