Searched defs:dirh (Results 1 – 2 of 2) sorted by relevance
/optee_os/core/tee/ |
A D | fs_dirfile.c | 58 static TEE_Result set_file(struct tee_fs_dirfile_dirh *dirh, int idx) in set_file() 68 static void clear_file(struct tee_fs_dirfile_dirh *dirh, int idx) in clear_file() 74 static bool test_file(struct tee_fs_dirfile_dirh *dirh, int idx) in test_file() 82 static TEE_Result read_dent(struct tee_fs_dirfile_dirh *dirh, int idx, in read_dent() 115 struct tee_fs_dirfile_dirh *dirh = calloc(1, sizeof(*dirh)); in tee_fs_dirfile_open() local 163 void tee_fs_dirfile_close(struct tee_fs_dirfile_dirh *dirh) in tee_fs_dirfile_close() 178 TEE_Result tee_fs_dirfile_get_tmp(struct tee_fs_dirfile_dirh *dirh, in tee_fs_dirfile_get_tmp() 197 TEE_Result tee_fs_dirfile_find(struct tee_fs_dirfile_dirh *dirh, in tee_fs_dirfile_find() 262 TEE_Result tee_fs_dirfile_rename(struct tee_fs_dirfile_dirh *dirh, in tee_fs_dirfile_rename() 296 TEE_Result tee_fs_dirfile_remove(struct tee_fs_dirfile_dirh *dirh, in tee_fs_dirfile_remove() [all …]
|
A D | tee_ree_fs.c | 41 struct tee_fs_dirfile_dirh *dirh; member 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() 571 static TEE_Result get_dirh(struct tee_fs_dirfile_dirh **dirh) in get_dirh() 621 struct tee_fs_dirfile_dirh *dirh = NULL; in ree_fs_open() local 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() local 776 struct tee_fs_dirfile_dirh *dirh = NULL; in ree_fs_write() local 808 struct tee_fs_dirfile_dirh *dirh = NULL; in ree_fs_rename() local 861 struct tee_fs_dirfile_dirh *dirh = NULL; in ree_fs_remove() local [all …]
|
Completed in 5 milliseconds