Searched refs:meta (Results 1 – 6 of 6) sorted by relevance
/optee_os/core/tee/ |
A D | tee_ree_fs.c | 73 struct tee_fs_htree_meta *meta = tee_fs_htree_get_meta(fdp->ht); in out_of_place_write() local 95 ROUNDUP(meta->length, BLOCK_SIZE)) { in out_of_place_write() 121 if (pos > meta->length) { in out_of_place_write() 122 meta->length = pos; in out_of_place_write() 265 if ((size_t)new_file_len > meta->length) { in ree_fs_ftruncate_internal() 266 size_t ext_len = new_file_len - meta->length; in ree_fs_ftruncate_internal() 268 res = out_of_place_write(fdp, meta->length, NULL, ext_len); in ree_fs_ftruncate_internal() 291 meta->length = new_file_len; in ree_fs_ftruncate_internal() 311 if ((pos + remain_bytes) < remain_bytes || pos > meta->length) in ree_fs_read_primitive() 313 else if (pos + remain_bytes > meta->length) in ree_fs_read_primitive() [all …]
|
A D | fs_htree.c | 400 struct tee_fs_htree_meta *meta, void *ctx, in calc_node_hash() argument 415 if (meta) { in calc_node_hash() 416 res = crypto_hash_update(ctx, (void *)meta, sizeof(*meta)); in calc_node_hash() 572 res = calc_node_hash(node, &targ->ht->imeta.meta, ctx, digest); in verify_node() 607 res = calc_node_hash(&ht->root, &ht->imeta.meta, ctx, in init_root_node() 674 return &ht->imeta.meta; in tee_fs_htree_get_meta() 705 struct tee_fs_htree_meta *meta = NULL; in htree_sync_node_to_storage() local 729 meta = &targ->ht->imeta.meta; in htree_sync_node_to_storage() 732 res = calc_node_hash(node, meta, targ->arg, node->node.hash); in htree_sync_node_to_storage()
|
/optee_os/out/arm/export-ta_arm32/host_include/ |
A D | fs_htree.h | 47 struct tee_fs_htree_meta meta; member
|
/optee_os/out/arm/export-ta_arm64/host_include/ |
A D | fs_htree.h | 47 struct tee_fs_htree_meta meta; member
|
/optee_os/core/include/tee/ |
A D | fs_htree.h | 47 struct tee_fs_htree_meta meta; member
|
/optee_os/ |
A D | CHANGELOG.md | 930 current meta header
|
Completed in 11 milliseconds