HomeSort by: relevance | last modified time | path
    Searched defs:curroff (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/fs/cd9660/
cd9660_vnops.c 77 off_t curroff; member in struct:isoreaddir
371 idp->assocoff = idp->curroff;
374 idp->saveoff = idp->curroff;
435 idp->curroff = uio->uio_offset;
437 if ((entryoffsetinblock = idp->curroff & bmask) &&
438 (error = cd9660_blkatoff(vdp, (off_t)idp->curroff, NULL, &bp))) {
444 while (idp->curroff < endsearch) {
450 if ((idp->curroff & bmask) == 0) {
453 error = cd9660_blkatoff(vdp, (off_t)idp->curroff,
469 idp->curroff
    [all...]

Completed in 13 milliseconds