Lines Matching refs:ht
34 struct tee_fs_htree *ht; member
75 struct tee_fs_htree_meta *meta = tee_fs_htree_get_meta(fdp->ht); in out_of_place_write()
98 res = tee_fs_htree_read_block(&fdp->ht, in out_of_place_write()
117 res = tee_fs_htree_write_block(&fdp->ht, start_block_num, in out_of_place_write()
133 tee_fs_htree_meta_set_dirty(fdp->ht); in out_of_place_write()
273 struct tee_fs_htree_meta *meta = tee_fs_htree_get_meta(fdp->ht); in ree_fs_ftruncate_internal()
292 res = tee_fs_htree_truncate(&fdp->ht, in ree_fs_ftruncate_internal()
303 tee_fs_htree_meta_set_dirty(fdp->ht); in ree_fs_ftruncate_internal()
321 struct tee_fs_htree_meta *meta = tee_fs_htree_get_meta(fdp->ht); in ree_fs_read_primitive()
355 res = tee_fs_htree_read_block(&fdp->ht, start_block_num, block); in ree_fs_read_primitive()
408 file_size = tee_fs_htree_get_meta(fdp->ht)->length; in ree_fs_write_primitive()
447 &ree_fs_storage_ops, fdp, &fdp->ht); in ree_fs_open_primitive()
473 tee_fs_htree_close(&fdp->ht); in ree_fs_close_primitive()
485 res = tee_fs_htree_sync_to_storage(&fdp->ht, fdp->dfh.hash, counter); in ree_dirf_commit_writes()
735 *size = tee_fs_htree_get_meta(fdp->ht)->length; in ree_fs_open()
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()