Lines Matching refs:romfs_mountpt_s
61 struct romfs_mountpt_s *rm = NULL; in romfs_lookup()
68 rm = (struct romfs_mountpt_s *)parentVnode->originMount->data; in romfs_lookup()
242 struct romfs_mountpt_s *rm = NULL; in romfs_read()
251 rm = (struct romfs_mountpt_s *)filep->f_vnode->originMount->data; in romfs_read()
297 struct romfs_mountpt_s *rm = NULL; in romfs_readpage()
303 rm = (struct romfs_mountpt_s *)vnode->originMount->data; in romfs_readpage()
430 struct romfs_mountpt_s *rm = NULL; in romfs_opendir()
436 rm = (struct romfs_mountpt_s *)vp->originMount->data; in romfs_opendir()
500 struct romfs_mountpt_s *rm = NULL; in romfs_readdir()
511 rm = (struct romfs_mountpt_s *)vp->originMount->data; in romfs_readdir()
603 struct romfs_mountpt_s *rm = NULL; in romfs_rewinddir()
608 rm = (struct romfs_mountpt_s *)vp->originMount->data; in romfs_rewinddir()
637 struct romfs_mountpt_s *rm = NULL; in romfs_bind()
642 rm = (struct romfs_mountpt_s *)zalloc(sizeof(struct romfs_mountpt_s)); in romfs_bind()
732 struct romfs_mountpt_s *rm = (struct romfs_mountpt_s *)mnt->data; in romfs_unbind()
763 struct romfs_mountpt_s *rm; in romfs_statfs()
766 rm = (struct romfs_mountpt_s *)mnt->data; in romfs_statfs()
811 struct romfs_mountpt_s *rm = NULL; in romfs_stat()
816 rm = (struct romfs_mountpt_s *)vp->originMount->data; in romfs_stat()