Home
last modified time | relevance | path

Searched refs:tee_fs_dirfile_dirh (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/core/include/tee/
A Dfs_dirfile.h12 struct tee_fs_dirfile_dirh;
58 struct tee_fs_dirfile_dirh **dirh);
66 void tee_fs_dirfile_close(struct tee_fs_dirfile_dirh *dirh);
73 TEE_Result tee_fs_dirfile_commit_writes(struct tee_fs_dirfile_dirh *dirh,
83 TEE_Result tee_fs_dirfile_get_tmp(struct tee_fs_dirfile_dirh *dirh,
94 TEE_Result tee_fs_dirfile_find(struct tee_fs_dirfile_dirh *dirh,
118 TEE_Result tee_fs_dirfile_rename(struct tee_fs_dirfile_dirh *dirh,
128 TEE_Result tee_fs_dirfile_remove(struct tee_fs_dirfile_dirh *dirh,
136 TEE_Result tee_fs_dirfile_update_hash(struct tee_fs_dirfile_dirh *dirh,
150 TEE_Result tee_fs_dirfile_get_next(struct tee_fs_dirfile_dirh *dirh,
/optee_os-3.20.0/core/tee/
A Dfs_dirfile.c14 struct tee_fs_dirfile_dirh { struct
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()
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()
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()
[all …]
A Dtee_ree_fs.c41 struct tee_fs_dirfile_dirh *dirh;
472 static struct tee_fs_dirfile_dirh *ree_fs_dirh;
540 static void close_dirh(struct tee_fs_dirfile_dirh **dirh) in close_dirh()
564 static void close_dirh(struct tee_fs_dirfile_dirh **dirh) in close_dirh()
621 struct tee_fs_dirfile_dirh *dirh = NULL; in ree_fs_open()
656 static TEE_Result set_name(struct tee_fs_dirfile_dirh *dirh, in set_name()
712 struct tee_fs_dirfile_dirh *dirh = NULL; in ree_fs_create()
776 struct tee_fs_dirfile_dirh *dirh = NULL; in ree_fs_write()
808 struct tee_fs_dirfile_dirh *dirh = NULL; in ree_fs_rename()
861 struct tee_fs_dirfile_dirh *dirh = NULL; in ree_fs_remove()
[all …]

Completed in 6 milliseconds