Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dtee_svc_storage.c27 struct tee_svc_storage_head { struct
87 struct tee_svc_storage_head head; in tee_svc_storage_read_head()
99 bytes = sizeof(struct tee_svc_storage_head); in tee_svc_storage_read_head()
116 if (bytes != sizeof(struct tee_svc_storage_head)) { in tee_svc_storage_read_head()
136 res = fops->read(o->fh, sizeof(struct tee_svc_storage_head), in tee_svc_storage_read_head()
252 struct tee_svc_storage_head head = { }; in tee_svc_storage_init_file()
287 o->ds_pos = sizeof(struct tee_svc_storage_head) + attr_size; in tee_svc_storage_init_file()
822 const size_t pos = offsetof(struct tee_svc_storage_head, objectUsage); in tee_svc_storage_write_usage()
853 if (ADD_OVERFLOW(sizeof(struct tee_svc_storage_head), attr_size, in syscall_storage_obj_trunc()