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

/freebsd-10.2-release/sys/fs/nfsclient/
H A Dnfsnode.h134 #define n_direofoffset n_un2.nd_direof macro
H A Dnfs_clbio.c583 if (np->n_direofoffset
584 && uio->uio_offset >= np->n_direofoffset) {
615 if (np->n_direofoffset
616 && (i * NFS_DIRBLKSIZ) >= np->n_direofoffset)
660 (np->n_direofoffset == 0 ||
661 (lbn + 1) * NFS_DIRBLKSIZ < np->n_direofoffset) &&
689 * in np->n_direofoffset and chop it off as an extra step
693 if (np->n_direofoffset && n > np->n_direofoffset - uio->uio_offset)
694 n = np->n_direofoffset
[all...]
H A Dnfs_clsubs.c345 np->n_direofoffset = 0;
H A Dnfs_clvnops.c552 np->n_direofoffset = 0;
576 np->n_direofoffset = 0;
2226 if (np->n_direofoffset > 0 && uio->uio_offset >= np->n_direofoffset &&
2316 dnp->n_direofoffset = uiop->uio_offset;
2375 dnp->n_direofoffset = uiop->uio_offset;
/freebsd-10.2-release/sys/nfsclient/
H A Dnfsnode.h139 #define n_direofoffset n_un2.nd_direof macro
H A Dnfs_bio.c574 if (np->n_direofoffset
575 && uio->uio_offset >= np->n_direofoffset) {
606 if (np->n_direofoffset
607 && (i * NFS_DIRBLKSIZ) >= np->n_direofoffset)
651 (np->n_direofoffset == 0 ||
652 (lbn + 1) * NFS_DIRBLKSIZ < np->n_direofoffset) &&
680 * in np->n_direofoffset and chop it off as an extra step
684 if (np->n_direofoffset && n > np->n_direofoffset - uio->uio_offset)
685 n = np->n_direofoffset
[all...]
H A Dnfs_vnops.c528 np->n_direofoffset = 0;
543 np->n_direofoffset = 0;
2237 if (np->n_direofoffset > 0 && uio->uio_offset >= np->n_direofoffset &&
2449 dnp->n_direofoffset = uiop->uio_offset;
2721 dnp->n_direofoffset = uiop->uio_offset;
H A Dnfs_subs.c847 np->n_direofoffset = 0;

Completed in 171 milliseconds