Searched refs:tee_fs_dirfile_fileh (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/include/tee/ |
| H A D | fs_dirfile.h | 20 struct tee_fs_dirfile_fileh { struct 39 struct tee_fs_dirfile_fileh *dfh, argument 88 struct tee_fs_dirfile_fileh *dfh); 100 size_t oidlen, struct tee_fs_dirfile_fileh *dfh); 108 TEE_Result tee_fs_dirfile_fileh_to_fname(const struct tee_fs_dirfile_fileh *dfh, 124 struct tee_fs_dirfile_fileh *dfh, 133 const struct tee_fs_dirfile_fileh *dfh); 141 const struct tee_fs_dirfile_fileh *dfh);
|
| H A D | tee_fs_rpc.h | 25 struct tee_fs_dirfile_fileh; 28 const struct tee_fs_dirfile_fileh *dfh, int *fd); 30 const struct tee_fs_dirfile_fileh *dfh, 48 const struct tee_fs_dirfile_fileh *dfh);
|
| /optee_os/core/tee/ |
| H A D | tee_fs_rpc.c | 25 const struct tee_fs_dirfile_fileh *dfh) in create_filename() 49 const struct tee_fs_dirfile_fileh *dfh, in operation_open_dfh() 84 const struct tee_fs_dirfile_fileh *dfh, int *fd) in tee_fs_rpc_open_dfh() 90 const struct tee_fs_dirfile_fileh *dfh, in tee_fs_rpc_create_dfh() 193 const struct tee_fs_dirfile_fileh *dfh) in tee_fs_rpc_remove_dfh()
|
| H A D | fs_dirfile.c | 193 struct tee_fs_dirfile_fileh *dfh) in tee_fs_dirfile_get_tmp() 213 size_t oidlen, struct tee_fs_dirfile_fileh *dfh) in tee_fs_dirfile_find() 265 TEE_Result tee_fs_dirfile_fileh_to_fname(const struct tee_fs_dirfile_fileh *dfh, in tee_fs_dirfile_fileh_to_fname() 288 struct tee_fs_dirfile_fileh *dfh, in tee_fs_dirfile_rename() 308 struct tee_fs_dirfile_fileh dfh2; in tee_fs_dirfile_rename() 324 const struct tee_fs_dirfile_fileh *dfh) in tee_fs_dirfile_remove() 350 const struct tee_fs_dirfile_fileh *dfh) in tee_fs_dirfile_update_hash()
|
| H A D | tee_ree_fs.c | 36 struct tee_fs_dirfile_fileh dfh; 425 struct tee_fs_dirfile_fileh *dfh, in ree_fs_open_primitive() 712 struct tee_fs_dirfile_fileh dfh; in ree_fs_open() 752 struct tee_fs_dirfile_fileh old_dfh = { .idx = -1 }; in set_name() 803 struct tee_fs_dirfile_fileh dfh; in ree_fs_create() 907 struct tee_fs_dirfile_fileh dfh; in ree_fs_rename() 908 struct tee_fs_dirfile_fileh remove_dfh = { .idx = -1 }; in ree_fs_rename() 960 struct tee_fs_dirfile_fileh dfh; in ree_fs_remove()
|