Searched refs:stor_aux (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/tee/ |
| H A D | fs_htree.c | 97 void *stor_aux; member 117 res = ht->stor->rpc_read_init(ht->stor_aux, &op, type, idx, vers, &p); in rpc_read() 155 res = ht->stor->rpc_write_init(ht->stor_aux, &op, type, idx, vers, &p); in rpc_write() 678 void *stor_aux, struct tee_fs_htree **ht_ret) in tee_fs_htree_open() argument 688 ht->stor_aux = stor_aux; in tee_fs_htree_open() 888 res = ht->stor->rpc_write_init(ht->stor_aux, &op, in tee_fs_htree_write_block() 936 res = ht->stor->rpc_read_init(ht->stor_aux, &op, in tee_fs_htree_read_block()
|
| /optee_os/core/include/tee/ |
| H A D | fs_htree.h | 117 void *stor_aux, struct tee_fs_htree **ht);
|