Home
last modified time | relevance | path

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

/optee_os/core/include/tee/
H A Dtee_fs.h61 extern const struct tee_file_operations rpmb_fs_ops;
102 return &rpmb_fs_ops; in tee_svc_storage_file_ops()
112 return &rpmb_fs_ops; in tee_svc_storage_file_ops()
/optee_os/core/tee/
H A Dtee_ree_fs.c538 res = rpmb_fs_ops.read(ree_fs_rpmb_fh, 0, hash, NULL, &l); in open_dirh()
555 res = rpmb_fs_ops.truncate(ree_fs_rpmb_fh, 0); in open_dirh()
573 rpmb_fs_ops.close(&ree_fs_rpmb_fh); in open_dirh()
586 return rpmb_fs_ops.write(ree_fs_rpmb_fh, 0, hash, NULL, sizeof(hash)); in commit_dirh_writes()
593 rpmb_fs_ops.close(&ree_fs_rpmb_fh); in close_dirh()
H A Dtee_rpmb_fs.c3130 const struct tee_file_operations rpmb_fs_ops = { variable