Searched refs:temporary (Results 1 – 3 of 3) sorted by relevance
110 o->temporary = true; in tee_pobj_get()137 po->temporary = false; in tee_pobj_create_final()
1970 bool temporary) in alloc_file_handle() argument1980 temporary); in alloc_file_handle()2613 struct rpmb_file_handle *fh = alloc_file_handle(po, po->temporary); in rpmb_fs_remove()2642 fh_old = alloc_file_handle(old, old->temporary); in rpmb_fs_rename_internal()2651 fh_new = alloc_file_handle(new, new->temporary); in rpmb_fs_rename_internal()2952 struct rpmb_file_handle *fh = alloc_file_handle(po, po->temporary); in rpmb_fs_open()2981 struct rpmb_file_handle *fh = alloc_file_handle(po, po->temporary); in rpmb_fs_create()3011 if (po->temporary) { in rpmb_fs_create()3017 po->temporary = false; in rpmb_fs_create()3020 po->temporary = true; in rpmb_fs_create()
21 bool temporary; /* can be changed while creating == true */ member
Completed in 10 milliseconds