Searched refs:min_counter (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/include/tee/ |
| H A D | fs_dirfile.h | 37 TEE_Result (*open)(bool create, uint8_t *hash, uint32_t min_counter, 59 TEE_Result tee_fs_dirfile_open(bool create, uint8_t *hash, uint32_t min_counter,
|
| H A D | fs_htree.h | 114 TEE_Result tee_fs_htree_open(bool create, uint8_t *hash, uint32_t min_counter,
|
| /optee_os/core/tee/ |
| H A D | fs_htree.c | 322 const uint8_t *hash, uint32_t min_counter) in init_head_from_data() argument 364 if (ht->head.counter < min_counter) in init_head_from_data() 635 uint32_t min_counter) in create_and_sync() argument 640 .counter = min_counter, in create_and_sync() 675 TEE_Result tee_fs_htree_open(bool create, uint8_t *hash, uint32_t min_counter, in tee_fs_htree_open() argument 691 res = create_and_sync(&ht, hash, min_counter); in tee_fs_htree_open() 693 res = init_head_from_data(ht, hash, min_counter); in tee_fs_htree_open() 703 res = create_and_sync(&ht, hash, min_counter); in tee_fs_htree_open()
|
| H A D | tee_ree_fs.c | 423 uint32_t min_counter, in ree_fs_open_primitive() argument 446 res = tee_fs_htree_open(create, hash, min_counter, uuid, in ree_fs_open_primitive() 600 uint32_t min_counter = 0; in open_dirh() local 602 res = nv_counter_get_ree_fs(&min_counter); in open_dirh() 614 min_counter = 0; in open_dirh() 616 res = tee_fs_dirfile_open(false, NULL, min_counter, &ree_dirf_ops, in open_dirh() 619 if (min_counter) { in open_dirh() 626 return tee_fs_dirfile_open(true, NULL, min_counter, in open_dirh()
|
| H A D | fs_dirfile.c | 124 TEE_Result tee_fs_dirfile_open(bool create, uint8_t *hash, uint32_t min_counter, in tee_fs_dirfile_open() argument 136 res = fops->open(create, hash, min_counter, NULL, NULL, &dirh->fh); in tee_fs_dirfile_open()
|