Searched refs:sdirp (Results 1 – 1 of 1) sorted by relevance
588 rst_seekdir(RST_DIR *sdirp, offset_t loc, offset_t base) in rst_seekdir() argument591 if (loc == rst_telldir(sdirp)) in rst_seekdir()597 (void) llseek(sdirp->dd_fd, base + (loc & ~(DIRBLKSIZ - 1)), 0); in rst_seekdir()598 sdirp->dd_loc = loc & (DIRBLKSIZ - 1); in rst_seekdir()599 if (sdirp->dd_loc != 0) in rst_seekdir()600 sdirp->dd_size = read(sdirp->dd_fd, sdirp->dd_buf, DIRBLKSIZ); in rst_seekdir()