Home
last modified time | relevance | path

Searched refs:ree_fs_ops (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/include/tee/
H A Dtee_fs.h58 extern const struct tee_file_operations ree_fs_ops;
100 return &ree_fs_ops; in tee_svc_storage_file_ops()
108 return &ree_fs_ops; in tee_svc_storage_file_ops()
/optee_os/core/tee/
H A Dtee_ree_fs.c1098 const struct tee_file_operations ree_fs_ops = { variable