Home
last modified time | relevance | path

Searched refs:tee_fs_htree_image (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/include/tee/
H A Dfs_htree.h52 struct tee_fs_htree_image { struct
/optee_os/core/tee/
H A Dfs_htree.c91 struct tee_fs_htree_image head;
133 struct tee_fs_htree_image *head) in rpc_read_head()
164 const struct tee_fs_htree_image *head) in rpc_write_head()
345 struct tee_fs_htree_image head[2]; in init_head_from_data()
639 const struct tee_fs_htree_image dummy_head = { in create_and_sync()
667 static bool ht_head_is_partially_done(const struct tee_fs_htree_image *head) in ht_head_is_partially_done()
H A Dtee_ree_fs.c204 *offs = sizeof(struct tee_fs_htree_image) * vers; in get_offs_size()
205 *size = sizeof(struct tee_fs_htree_image); in get_offs_size()
/optee_os/core/pta/tests/
H A Dfs_htree.c41 sizeof(struct tee_fs_htree_image) * 2); in test_get_offs_size()
71 *offs = sizeof(struct tee_fs_htree_image) * vers; in test_get_offs_size()
72 *size = sizeof(struct tee_fs_htree_image); in test_get_offs_size()