Searched refs:stor (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/tee/ |
| H A D | fs_htree.c | 96 const struct tee_fs_htree_storage *stor; member 117 res = ht->stor->rpc_read_init(ht->stor_aux, &op, type, idx, vers, &p); in rpc_read() 121 res = ht->stor->rpc_read_final(&op, &bytes); in rpc_read() 155 res = ht->stor->rpc_write_init(ht->stor_aux, &op, type, idx, vers, &p); in rpc_write() 160 return ht->stor->rpc_write_final(&op); in rpc_write() 677 const struct tee_fs_htree_storage *stor, in tee_fs_htree_open() argument 687 ht->stor = stor; in tee_fs_htree_open() 888 res = ht->stor->rpc_write_init(ht->stor_aux, &op, in tee_fs_htree_write_block() 895 ht->stor->block_size); in tee_fs_htree_write_block() 899 ht->stor->block_size, enc_block); in tee_fs_htree_write_block() [all …]
|
| /optee_os/core/include/tee/ |
| H A D | fs_htree.h | 116 const struct tee_fs_htree_storage *stor,
|