HomeSort by: relevance | last modified time | path
    Searched refs:n_direofoffset (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/fs/nfs/client/
nfsnode.h 133 #define n_direofoffset n_un2.nd_direof macro
nfs_clbio.c 560 if (np->n_direofoffset
561 && uio->uio_offset >= np->n_direofoffset) {
592 if (np->n_direofoffset
593 && (i * NFS_DIRBLKSIZ) >= np->n_direofoffset)
637 (np->n_direofoffset == 0 ||
638 (lbn + 1) * NFS_DIRBLKSIZ < np->n_direofoffset) &&
666 * in np->n_direofoffset and chop it off as an extra step
670 if (np->n_direofoffset && n > np->n_direofoffset - uio->uio_offset)
671 n = np->n_direofoffset - uio->uio_offset
    [all...]
nfs_clsubs.c 324 np->n_direofoffset = 0;
nfs_clvnops.c 546 np->n_direofoffset = 0;
570 np->n_direofoffset = 0;
2220 if (np->n_direofoffset > 0 && uio->uio_offset >= np->n_direofoffset &&
2310 dnp->n_direofoffset = uiop->uio_offset;
2369 dnp->n_direofoffset = uiop->uio_offset;
  /src/sys/nfs/
nfsnode.h 143 #define n_direofoffset n_un1.nu_dir.ndir_direof macro
196 #define NEOFVALID 0x8000 /* dir: n_direofoffset is valid */
nfs_bio.c 218 ndp->dc_cookie == np->n_direofoffset) {
261 ndp->dc_blkcookie == np->n_direofoffset)) {
nfs_vnops.c 2580 dnp->n_direofoffset = uiop->uio_offset;
2803 dnp->n_direofoffset = uiop->uio_offset;

Completed in 21 milliseconds