Searched refs:fs_tmpfsdir_s (Results 1 – 2 of 2) sorted by relevance
132 struct fs_tmpfsdir_s struct280 struct fs_tmpfsdir_s tmpfs;
1413 struct fs_tmpfsdir_s *tmp; in tmpfs_opendir()1422 tmp = (struct fs_tmpfsdir_s *)malloc(sizeof(struct fs_tmpfsdir_s)); in tmpfs_opendir()1475 struct fs_tmpfsdir_s *tmp; in tmpfs_closedir()1481 tmp = (struct fs_tmpfsdir_s *)dir->u.fs_dir; in tmpfs_closedir()1531 struct fs_tmpfsdir_s *tmp; in tmpfs_readdir()1539 tmp = (struct fs_tmpfsdir_s *)dir->u.fs_dir; in tmpfs_readdir()1626 struct fs_tmpfsdir_s *tmp; in tmpfs_rewinddir()1629 tmp = (struct fs_tmpfsdir_s *)dir->u.fs_dir; in tmpfs_rewinddir()