Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/tee/
A Dfs_htree.c757 TEE_Result tee_fs_htree_sync_to_storage(struct tee_fs_htree **ht_arg, in tee_fs_htree_sync_to_storage() argument
761 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() argument
813 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() argument
863 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