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 ||
(lbn + 1) * NFS_DIRBLKSIZ < np->n_direofoffset) &&
if (np->n_direofoffset && n > np->n_direofoffset - uio->uio_offset)
n = 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;
np->n_direofoffset = 0;
np->n_direofoffset = 0;