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

  /src/sys/fs/nfs/server/
nfs_nfsdport.c 122 off_t nh_nextoff; /* next offset for sequential detection */ member in struct:nfsheur
156 nh->nh_nextoff = uio->uio_offset;
166 uio->uio_offset == nh->nh_nextoff) {
171 } else if (qabs(uio->uio_offset - nh->nh_nextoff) <= MAX_REORDERED_RPC *
706 nh->nh_nextoff = uiop->uio_offset;
775 nh->nh_nextoff = uiop->uio_offset;

Completed in 21 milliseconds