Searched refs:tee_fs_dir (Results 1 – 5 of 5) sorted by relevance
26 struct tee_fs_dir;52 TEE_Result (*opendir)(const TEE_UUID *uuid, struct tee_fs_dir **d);53 TEE_Result (*readdir)(struct tee_fs_dir *d, struct tee_fs_dirent **ent);54 void (*closedir)(struct tee_fs_dir *d);
40 struct tee_fs_dir { struct1023 struct tee_fs_dir **dir) in ree_fs_opendir_rpc()1028 struct tee_fs_dir *d = calloc(1, sizeof(*d)); in ree_fs_opendir_rpc()1061 static void ree_fs_closedir_rpc(struct tee_fs_dir *d) in ree_fs_closedir_rpc()1073 static TEE_Result ree_fs_readdir_rpc(struct tee_fs_dir *d, in ree_fs_readdir_rpc()
18 struct tee_fs_dir { struct
144 struct tee_fs_dir { struct2854 static void rpmb_fs_dir_free(struct tee_fs_dir *dir) in rpmb_fs_dir_free()2870 struct tee_fs_dir *dir) in rpmb_fs_dir_populate()2950 static TEE_Result rpmb_fs_opendir(const TEE_UUID *uuid, struct tee_fs_dir **dir) in rpmb_fs_opendir()2955 struct tee_fs_dir *rpmb_dir = NULL; in rpmb_fs_opendir()2993 static TEE_Result rpmb_fs_readdir(struct tee_fs_dir *dir, in rpmb_fs_readdir()3011 static void rpmb_fs_closedir(struct tee_fs_dir *dir) in rpmb_fs_closedir()
38 struct tee_fs_dir *dir;