Lines Matching refs:new
714 * get a new dirh which will open it again if it was closed before.
790 * tee_fs_dirfile_rename() will allocate a new index.
928 static TEE_Result ree_fs_rename(struct tee_pobj *old, struct tee_pobj *new,
936 if (!new)
944 res = tee_fs_dirfile_find(dirh, &new->uuid, new->obj_id,
945 new->obj_id_len, &remove_dfh);
956 res = tee_fs_dirfile_rename(dirh, &new->uuid, &dfh, new->obj_id,
957 new->obj_id_len);