Searched refs:fd_position (Results 1 – 9 of 9) sorted by relevance
51 if (offset < idir->fd_position) in seekmountptdir()71 pos = idir->fd_position; in seekmountptdir()98 idir->fd_position = pos; in seekmountptdir()
120 dir->fd_position = 0; /* This is the position in the read stream */ in opendir()214 dir->fd_position = 0; /* This is the position in the read stream */ in do_opendir()
84 return idir->fd_position; in telldir()
80 idir->fd_position = 0; in rewinddir()
250 off_t fd_position; member
579 dir->fd_position++; in romfs_readdir()580 dir->fd_dir[i].d_off = dir->fd_position; in romfs_readdir()
1609 dir->fd_position++; in tmpfs_readdir()1610 dir->fd_dir[0].d_off = dir->fd_position; in tmpfs_readdir()
1286 dir->fd_position++; in vfs_nfs_readdir()1287 dir->fd_dir[i].d_off = dir->fd_position; in vfs_nfs_readdir()
21892 and dir->fd_position, (5) remove the internal struct from dir, and