Searched refs:n_direofoffset (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/nfsclient/
H A Dnfsnode.h139 #define n_direofoffset n_un2.nd_direof macro
/freebsd-11.0-release/sys/fs/nfsclient/
H A Dnfsnode.h134 #define n_direofoffset n_un2.nd_direof macro
H A Dnfs_clbio.c567 if (np->n_direofoffset
568 && uio->uio_offset >= np->n_direofoffset) {
599 if (np->n_direofoffset
600 && (i * NFS_DIRBLKSIZ) >= np->n_direofoffset)
644 (np->n_direofoffset == 0 ||
645 (lbn + 1) * NFS_DIRBLKSIZ < np->n_direofoffset) &&
673 * in np->n_direofoffset and chop it off as an extra step
677 if (np->n_direofoffset && n > np->n_direofoffset - uio->uio_offset)
678 n = np->n_direofoffset
[all...]
H A Dnfs_clsubs.c322 np->n_direofoffset = 0;
H A Dnfs_clvnops.c549 np->n_direofoffset = 0;
573 np->n_direofoffset = 0;
2223 if (np->n_direofoffset > 0 && uio->uio_offset >= np->n_direofoffset &&
2313 dnp->n_direofoffset = uiop->uio_offset;
2372 dnp->n_direofoffset = uiop->uio_offset;

Completed in 51 milliseconds