Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/tee/
A Dtee_fs_rpc.c47 static TEE_Result operation_commit(struct tee_fs_rpc_operation *op) in operation_commit()
56 struct tee_fs_rpc_operation op = { }; in operation_open_dfh()
71 op = (struct tee_fs_rpc_operation){ in operation_open_dfh()
102 struct tee_fs_rpc_operation op = { in tee_fs_rpc_close()
111 TEE_Result tee_fs_rpc_read_init(struct tee_fs_rpc_operation *op, in tee_fs_rpc_read_init()
127 *op = (struct tee_fs_rpc_operation){ in tee_fs_rpc_read_init()
140 TEE_Result tee_fs_rpc_read_final(struct tee_fs_rpc_operation *op, in tee_fs_rpc_read_final()
166 *op = (struct tee_fs_rpc_operation){ in tee_fs_rpc_write_init()
186 struct tee_fs_rpc_operation op = { in tee_fs_rpc_truncate()
199 struct tee_fs_rpc_operation op = { }; in tee_fs_rpc_remove_dfh()
[all …]
A Dfs_htree.c112 struct tee_fs_rpc_operation op; in rpc_read()
151 struct tee_fs_rpc_operation op; in rpc_write()
815 struct tee_fs_rpc_operation op; in tee_fs_htree_write_block()
865 struct tee_fs_rpc_operation op; in tee_fs_htree_read_block()
A Dtee_ree_fs.c216 struct tee_fs_rpc_operation *op, in ree_fs_rpc_read_init()
234 struct tee_fs_rpc_operation *op, in ree_fs_rpc_write_init()
A Dtadb.c452 struct tee_fs_rpc_operation op; in tee_tadb_ta_write()
/optee_os-3.20.0/core/include/tee/
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);
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);
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-3.20.0/core/pta/tests/
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()

Completed in 11 milliseconds