seekpos            63 lib/replace/repdir_getdents.c 	off_t seekpos;
seekpos            93 lib/replace/repdir_getdents.c 	d->seekpos = 0;
seekpos           104 lib/replace/repdir_getdents.c 		d->seekpos = lseek(d->fd, 0, SEEK_CUR);
seekpos           120 lib/replace/repdir_getdents.c 		d->seekpos = lseek(d->fd, 0, SEEK_CUR);
seekpos           126 lib/replace/repdir_getdents.c 	if (d->seekpos & (DIR_BUF_SIZE-1)) {
seekpos           129 lib/replace/repdir_getdents.c 	return d->seekpos + d->ofs;
seekpos           135 lib/replace/repdir_getdents.c 	d->seekpos = lseek(d->fd, ofs & ~(DIR_BUF_SIZE-1), SEEK_SET);
seekpos            65 lib/replace/repdir_getdirentries.c 	off_t seekpos;
seekpos            95 lib/replace/repdir_getdirentries.c 	d->seekpos = 0;
seekpos           108 lib/replace/repdir_getdirentries.c 		d->seekpos = pos;
seekpos           127 lib/replace/repdir_getdirentries.c 		d->seekpos = lseek(d->fd, 0, SEEK_CUR);
seekpos           133 lib/replace/repdir_getdirentries.c 	if (d->seekpos & (DIR_BUF_SIZE-1)) {
seekpos           136 lib/replace/repdir_getdirentries.c 	return d->seekpos + d->ofs;
seekpos           147 lib/replace/repdir_getdirentries.c 	d->seekpos = lseek(d->fd, ofs & ~(DIR_BUF_SIZE-1), SEEK_SET);