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 77 assert(meta); in out_of_place_write() 99 ROUNDUP(meta->length, BLOCK_SIZE)) { in out_of_place_write() 133 if (pos > meta->length) { in out_of_place_write() 134 meta->length = pos; in out_of_place_write() 275 struct tee_fs_htree_meta *meta = NULL; in ree_fs_ftruncate_internal() local 278 meta = tee_fs_htree_get_meta(fdp->ht); in ree_fs_ftruncate_internal() 279 if (!meta) in ree_fs_ftruncate_internal() 282 if ((size_t)new_file_len > meta->length) { in ree_fs_ftruncate_internal() 283 size_t ext_len = new_file_len - meta->length; in ree_fs_ftruncate_internal() [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 ? &ht->imeta.meta : NULL; 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 | 1440 current meta header
|