Searched refs:tee_fs_htree_sync_to_storage (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/include/tee/ |
| H A D | fs_htree.h | 144 TEE_Result tee_fs_htree_sync_to_storage(struct tee_fs_htree **ht,
|
| /optee_os/core/tee/ |
| H A D | tee_ree_fs.c | 485 res = tee_fs_htree_sync_to_storage(&fdp->ht, fdp->dfh.hash, counter); in ree_dirf_commit_writes() 847 res = tee_fs_htree_sync_to_storage(&fdp->ht, fdp->dfh.hash, NULL); in ree_fs_create() 887 res = tee_fs_htree_sync_to_storage(&fdp->ht, fdp->dfh.hash, NULL); in ree_fs_write() 1007 res = tee_fs_htree_sync_to_storage(&fdp->ht, fdp->dfh.hash, NULL); in ree_fs_truncate()
|
| H A D | fs_htree.c | 660 res = tee_fs_htree_sync_to_storage(ht_arg, hash, NULL); in create_and_sync() 811 TEE_Result tee_fs_htree_sync_to_storage(struct tee_fs_htree **ht_arg, in tee_fs_htree_sync_to_storage() function
|
| /optee_os/core/pta/tests/ |
| H A D | fs_htree.c | 308 res = tee_fs_htree_sync_to_storage(&ht, hash, NULL); in htree_test_rewrite() 582 res = tee_fs_htree_sync_to_storage(&ht, hash, NULL); in test_corrupt()
|