Searched refs:rpmb_fs_ops (Results 1 – 3 of 3) sorted by relevance
61 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()
538 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()
3130 const struct tee_file_operations rpmb_fs_ops = { variable