Searched refs:tee_fs_rpc_operation (Results 1 – 8 of 8) sorted by relevance
| /optee_os/core/tee/ |
| H A D | tee_fs_rpc.c | 43 static TEE_Result operation_commit(struct tee_fs_rpc_operation *op) in operation_commit() 52 struct tee_fs_rpc_operation op = { }; in operation_open_dfh() 67 op = (struct tee_fs_rpc_operation){ in operation_open_dfh() 98 struct tee_fs_rpc_operation op = { in tee_fs_rpc_close() 107 TEE_Result tee_fs_rpc_read_init(struct tee_fs_rpc_operation *op, in tee_fs_rpc_read_init() 123 *op = (struct tee_fs_rpc_operation){ in tee_fs_rpc_read_init() 136 TEE_Result tee_fs_rpc_read_final(struct tee_fs_rpc_operation *op, in tee_fs_rpc_read_final() 146 TEE_Result tee_fs_rpc_write_init(struct tee_fs_rpc_operation *op, in tee_fs_rpc_write_init() 162 *op = (struct tee_fs_rpc_operation){ in tee_fs_rpc_write_init() 175 TEE_Result tee_fs_rpc_write_final(struct tee_fs_rpc_operation *op) in tee_fs_rpc_write_final() [all …]
|
| H A D | fs_htree.c | 113 struct tee_fs_rpc_operation op; in rpc_read() 152 struct tee_fs_rpc_operation op; in rpc_write() 871 struct tee_fs_rpc_operation op; in tee_fs_htree_write_block() 921 struct tee_fs_rpc_operation op; in tee_fs_htree_read_block()
|
| H A D | tee_ree_fs.c | 226 struct tee_fs_rpc_operation *op, in ree_fs_rpc_read_init() 244 struct tee_fs_rpc_operation *op, in ree_fs_rpc_write_init()
|
| H A D | tadb.c | 452 struct tee_fs_rpc_operation op; in tee_tadb_ta_write()
|
| /optee_os/core/include/tee/ |
| H A D | tee_fs_rpc.h | 19 struct tee_fs_rpc_operation { struct 34 TEE_Result tee_fs_rpc_read_init(struct tee_fs_rpc_operation *op, argument 37 TEE_Result tee_fs_rpc_read_final(struct tee_fs_rpc_operation *op, 40 TEE_Result tee_fs_rpc_write_init(struct tee_fs_rpc_operation *op, 43 TEE_Result tee_fs_rpc_write_final(struct tee_fs_rpc_operation *op);
|
| H A D | tadb.h | 29 struct tee_fs_rpc_operation; 37 TEE_Result (*read_init)(struct tee_fs_rpc_operation *op, int fd, 39 TEE_Result (*read_final)(struct tee_fs_rpc_operation *op, 42 TEE_Result (*write_init)(struct tee_fs_rpc_operation *op, int fd, 44 TEE_Result (*write_final)(struct tee_fs_rpc_operation *op);
|
| H A D | fs_htree.h | 72 struct tee_fs_rpc_operation; 89 TEE_Result (*rpc_read_init)(void *aux, struct tee_fs_rpc_operation *op, 92 TEE_Result (*rpc_read_final)(struct tee_fs_rpc_operation *op, 94 TEE_Result (*rpc_write_init)(void *aux, struct tee_fs_rpc_operation *op, 97 TEE_Result (*rpc_write_final)(struct tee_fs_rpc_operation *op);
|
| /optee_os/core/pta/tests/ |
| H A D | fs_htree.c | 92 static TEE_Result test_read_init(void *aux, struct tee_fs_rpc_operation *op, in test_read_init() 118 static TEE_Result test_read_final(struct tee_fs_rpc_operation *op, in test_read_final() 136 static TEE_Result test_write_init(void *aux, struct tee_fs_rpc_operation *op, in test_write_init() 143 static TEE_Result test_write_final(struct tee_fs_rpc_operation *op) in test_write_final()
|