Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dfile.c800 const struct block_mac* committed_block_mac, in file_check_updated() argument
803 data_block_t block = block_mac_to_block(tr, committed_block_mac); in file_check_updated()
992 struct block_mac committed_block_mac = in file_open() local
993 BLOCK_MAC_INITIAL_VALUE(committed_block_mac); in file_open()
1013 found = file_lookup_not_removed(&block_mac, &committed_block_mac, tr, in file_open()
1051 file->to_commit_block_mac = committed_block_mac; in file_open()
1052 file->committed_block_mac = committed_block_mac; in file_open()
1183 struct block_mac committed_block_mac; in file_move() local
1197 dest_found = file_lookup_not_removed(&block_mac, &committed_block_mac, in file_move()
1262 struct block_mac* src = &file->committed_block_mac; in file_restore_to_commit()
[all …]
Dfile.h32 struct block_mac committed_block_mac; member