Lines Matching defs:dirh
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()
129 struct tee_fs_dirfile_dirh *dirh = calloc(1, sizeof(*dirh)); in tee_fs_dirfile_open() local
177 void tee_fs_dirfile_close(struct tee_fs_dirfile_dirh *dirh) in tee_fs_dirfile_close()
186 TEE_Result tee_fs_dirfile_commit_writes(struct tee_fs_dirfile_dirh *dirh, in tee_fs_dirfile_commit_writes()
192 TEE_Result tee_fs_dirfile_get_tmp(struct tee_fs_dirfile_dirh *dirh, in tee_fs_dirfile_get_tmp()
211 TEE_Result tee_fs_dirfile_find(struct tee_fs_dirfile_dirh *dirh, in tee_fs_dirfile_find()
286 TEE_Result tee_fs_dirfile_rename(struct tee_fs_dirfile_dirh *dirh, in tee_fs_dirfile_rename()
323 TEE_Result tee_fs_dirfile_remove(struct tee_fs_dirfile_dirh *dirh, in tee_fs_dirfile_remove()
349 TEE_Result tee_fs_dirfile_update_hash(struct tee_fs_dirfile_dirh *dirh, in tee_fs_dirfile_update_hash()
366 TEE_Result tee_fs_dirfile_get_next(struct tee_fs_dirfile_dirh *dirh, in tee_fs_dirfile_get_next()