Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dtee_fs_rpc.c43 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 Dfs_htree.c113 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 Dtee_ree_fs.c226 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 Dtadb.c452 struct tee_fs_rpc_operation op; in tee_tadb_ta_write()
/optee_os/core/include/tee/
H A Dtee_fs_rpc.h19 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 Dtadb.h29 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 Dfs_htree.h72 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 Dfs_htree.c92 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()