Home
last modified time | relevance | path

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

/optee_os/core/tee/
A Dtee_svc_storage.c79 o->pobj->fops->remove(o->pobj); in tee_svc_storage_remove_corrupt_obj()
215 o->pobj = po; in syscall_storage_obj_open()
372 o->pobj = po; in syscall_storage_obj_create()
435 if (o->pobj == NULL || o->pobj->obj_id == NULL) in syscall_storage_obj_del()
451 res = o->pobj->fops->remove(o->pobj); in syscall_storage_obj_del()
486 if (o->pobj == NULL || o->pobj->obj_id == NULL) { in syscall_storage_obj_rename()
497 fops = o->pobj->fops; in syscall_storage_obj_rename()
657 memcpy(obj_id, o->pobj->obj_id, o->pobj->obj_id_len); in syscall_storage_next_enum()
659 l = o->pobj->obj_id_len; in syscall_storage_next_enum()
664 if (o->pobj) { in syscall_storage_next_enum()
[all …]
A Dtee_obj.c40 o->pobj->fops->close(&o->fh); in tee_obj_close()
41 tee_pobj_release(o->pobj); in tee_obj_close()
58 const struct tee_file_operations *fops = o->pobj->fops; in tee_obj_verify()
64 res = fops->open(o->pobj, NULL, &fh); in tee_obj_verify()
67 fops->remove(o->pobj); in tee_obj_verify()
/optee_os/core/include/tee/
A Dtee_obj.h23 struct tee_pobj *pobj; /* ptr to persistant object */ member
/optee_os/core/kernel/
A Dree_fs_ta.c351 struct tee_pobj pobj = { in check_update_version() local
362 res = ops->open(&pobj, NULL, &fh); in check_update_version()
367 res = ops->create(&pobj, false, NULL, 0, NULL, 0, NULL, 0, &fh); in check_update_version()

Completed in 6 milliseconds