n_direofoffset
if (np->n_direofoffset &&
uio->uio_offset >= np->n_direofoffset
if (np->n_direofoffset
&& (i * NFS_DIRBLKSIZ) >= np->n_direofoffset)
(np->n_direofoffset == 0 ||
loffset + NFS_DIRBLKSIZ < np->n_direofoffset) &&
if (np->n_direofoffset &&
n > (size_t)(np->n_direofoffset - uio->uio_offset)) {
n = (size_t)(np->n_direofoffset - uio->uio_offset);
np->n_direofoffset = 0;
if (np->n_direofoffset > 0 && uio->uio_offset >= np->n_direofoffset &&
dnp->n_direofoffset = uiop->uio_offset;
dnp->n_direofoffset = uiop->uio_offset;