Searched refs:tee_fs_dirfile_dirh (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/include/tee/ |
| H A D | fs_dirfile.h | 12 struct tee_fs_dirfile_dirh; 61 struct tee_fs_dirfile_dirh **dirh); 69 void tee_fs_dirfile_close(struct tee_fs_dirfile_dirh *dirh); 77 TEE_Result tee_fs_dirfile_commit_writes(struct tee_fs_dirfile_dirh *dirh, 87 TEE_Result tee_fs_dirfile_get_tmp(struct tee_fs_dirfile_dirh *dirh, 98 TEE_Result tee_fs_dirfile_find(struct tee_fs_dirfile_dirh *dirh, 122 TEE_Result tee_fs_dirfile_rename(struct tee_fs_dirfile_dirh *dirh, 132 TEE_Result tee_fs_dirfile_remove(struct tee_fs_dirfile_dirh *dirh, 140 TEE_Result tee_fs_dirfile_update_hash(struct tee_fs_dirfile_dirh *dirh, 154 TEE_Result tee_fs_dirfile_get_next(struct tee_fs_dirfile_dirh *dirh,
|
| /optee_os/core/tee/ |
| H A D | fs_dirfile.c | 14 struct tee_fs_dirfile_dirh { struct 54 static TEE_Result maybe_grow_files(struct tee_fs_dirfile_dirh *dirh, int idx) in maybe_grow_files() 72 static TEE_Result set_file(struct tee_fs_dirfile_dirh *dirh, int idx) in set_file() 82 static void clear_file(struct tee_fs_dirfile_dirh *dirh, int idx) in clear_file() 88 static bool test_file(struct tee_fs_dirfile_dirh *dirh, int idx) in test_file() 96 static TEE_Result read_dent(struct tee_fs_dirfile_dirh *dirh, int idx, in read_dent() 111 static TEE_Result write_dent(struct tee_fs_dirfile_dirh *dirh, size_t n, in write_dent() 126 struct tee_fs_dirfile_dirh **dirh_ret) in tee_fs_dirfile_open() 129 struct tee_fs_dirfile_dirh *dirh = calloc(1, sizeof(*dirh)); in tee_fs_dirfile_open() 177 void tee_fs_dirfile_close(struct tee_fs_dirfile_dirh *dirh) in tee_fs_dirfile_close() [all …]
|
| H A D | tee_ree_fs.c | 41 struct tee_fs_dirfile_dirh *dirh; 521 static struct tee_fs_dirfile_dirh *ree_fs_dirh; 527 static TEE_Result open_dirh(struct tee_fs_dirfile_dirh **dirh) in open_dirh() 578 static TEE_Result commit_dirh_writes(struct tee_fs_dirfile_dirh *dirh) in commit_dirh_writes() 589 static void close_dirh(struct tee_fs_dirfile_dirh **dirh) in close_dirh() 597 static TEE_Result open_dirh(struct tee_fs_dirfile_dirh **dirh) in open_dirh() 633 static TEE_Result commit_dirh_writes(struct tee_fs_dirfile_dirh *dirh) in commit_dirh_writes() 654 static void close_dirh(struct tee_fs_dirfile_dirh **dirh) in close_dirh() 661 static TEE_Result get_dirh(struct tee_fs_dirfile_dirh **dirh) in get_dirh() 699 static void put_dirh(struct tee_fs_dirfile_dirh *dirh, bool close) in put_dirh() [all …]
|