Searched refs:meta (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/tee/ |
| H A D | tee_ree_fs.c | 75 struct tee_fs_htree_meta *meta = tee_fs_htree_get_meta(fdp->ht); in out_of_place_write() local 97 ROUNDUP(meta->length, BLOCK_SIZE)) { in out_of_place_write() 131 if (pos > meta->length) { in out_of_place_write() 132 meta->length = pos; in out_of_place_write() 273 struct tee_fs_htree_meta *meta = tee_fs_htree_get_meta(fdp->ht); in ree_fs_ftruncate_internal() local 275 if ((size_t)new_file_len > meta->length) { in ree_fs_ftruncate_internal() 276 size_t ext_len = new_file_len - meta->length; in ree_fs_ftruncate_internal() 278 res = out_of_place_write(fdp, meta->length, NULL, NULL, in ree_fs_ftruncate_internal() 302 meta->length = new_file_len; in ree_fs_ftruncate_internal() 321 struct tee_fs_htree_meta *meta = tee_fs_htree_get_meta(fdp->ht); in ree_fs_read_primitive() local [all …]
|
| H A D | fs_htree.c | 404 struct tee_fs_htree_meta *meta, void *ctx, in calc_node_hash() argument 419 if (meta) { in calc_node_hash() 420 res = crypto_hash_update(ctx, (void *)meta, sizeof(*meta)); in calc_node_hash() 591 res = calc_node_hash(node, &targ->ht->imeta.meta, ctx, digest); in verify_node() 626 res = calc_node_hash(&ht->root, &ht->imeta.meta, ctx, in init_root_node() 728 return &ht->imeta.meta; in tee_fs_htree_get_meta() 759 struct tee_fs_htree_meta *meta = NULL; in htree_sync_node_to_storage() local 783 meta = &targ->ht->imeta.meta; in htree_sync_node_to_storage() 786 res = calc_node_hash(node, meta, targ->arg, node->node.hash); in htree_sync_node_to_storage()
|
| /optee_os/core/include/tee/ |
| H A D | fs_htree.h | 47 struct tee_fs_htree_meta meta; member
|
| /optee_os/ |
| H A D | CHANGELOG.md | 1381 current meta header
|