Lines Matching defs:fh
309 static TEE_Result ree_fs_read_primitive(struct tee_file_handle *fh, size_t pos, in ree_fs_read_primitive()
382 static TEE_Result ree_fs_read(struct tee_file_handle *fh, size_t pos, in ree_fs_read()
394 static TEE_Result ree_fs_write_primitive(struct tee_file_handle *fh, size_t pos, in ree_fs_write_primitive()
426 struct tee_file_handle **fh) in ree_fs_open_primitive()
468 static void ree_fs_close_primitive(struct tee_file_handle *fh) in ree_fs_close_primitive()
479 static TEE_Result ree_dirf_commit_writes(struct tee_file_handle *fh, in ree_dirf_commit_writes()
493 static TEE_Result dirf_read(struct tee_file_handle *fh, size_t pos, void *buf, in dirf_read()
499 static TEE_Result dirf_write(struct tee_file_handle *fh, size_t pos, in dirf_write()
708 struct tee_file_handle **fh) in ree_fs_open()
783 static void ree_fs_close(struct tee_file_handle **fh) in ree_fs_close()
799 size_t data_size, struct tee_file_handle **fh) in ree_fs_create()
866 static TEE_Result ree_fs_write(struct tee_file_handle *fh, size_t pos, in ree_fs_write()
991 static TEE_Result ree_fs_truncate(struct tee_file_handle *fh, size_t len) in ree_fs_truncate()