Searched refs:checkpoint_files (Results 1 – 2 of 2) sorted by relevance
/trusty/user/app/storage/ |
D | super.c | 598 struct block_tree checkpoint_files = in fs_set_roots() local 599 BLOCK_TREE_INITIAL_VALUE(checkpoint_files); in fs_set_roots() 617 success = checkpoint_read(&tr, &fs->checkpoint, &checkpoint_files, in fs_set_roots() 630 fs->files.root = checkpoint_files.root; in fs_set_roots()
|
/trusty/user/app/storage/test/block_host_test/ |
D | block_test.c | 309 struct block_tree checkpoint_files = in check_fs_prepare() local 310 BLOCK_TREE_INITIAL_VALUE(checkpoint_files); in check_fs_prepare() 312 block_tree_init(&checkpoint_files, tr->fs->dev->block_size, in check_fs_prepare() 341 assert(checkpoint_read(tr, &tr->fs->checkpoint, &checkpoint_files, in check_fs_prepare() 345 mark_block_tree_in_use(tr, &checkpoint_files, true, "checkpoint_files", in check_fs_prepare()
|