Searched refs:ht_arg (Results 1 – 1 of 1) sorted by relevance
757 TEE_Result tee_fs_htree_sync_to_storage(struct tee_fs_htree **ht_arg, in tee_fs_htree_sync_to_storage() argument761 struct tee_fs_htree *ht = *ht_arg; in tee_fs_htree_sync_to_storage()793 tee_fs_htree_close(ht_arg); in tee_fs_htree_sync_to_storage()810 TEE_Result tee_fs_htree_write_block(struct tee_fs_htree **ht_arg, in tee_fs_htree_write_block() argument813 struct tee_fs_htree *ht = *ht_arg; in tee_fs_htree_write_block()856 tee_fs_htree_close(ht_arg); in tee_fs_htree_write_block()860 TEE_Result tee_fs_htree_read_block(struct tee_fs_htree **ht_arg, in tee_fs_htree_read_block() argument863 struct tee_fs_htree *ht = *ht_arg; in tee_fs_htree_read_block()903 tee_fs_htree_close(ht_arg); in tee_fs_htree_read_block()907 TEE_Result tee_fs_htree_truncate(struct tee_fs_htree **ht_arg, size_t block_num) in tee_fs_htree_truncate() argument[all …]
Completed in 4 milliseconds