Searched refs:nd_off (Results 1 – 2 of 2) sorted by relevance
1504 (((o)->nd_eoff >= (n)->nd_off) && nfsrv_fhmatch(&(o)->nd_fh, &(n)->nd_fh))1560 nfsm_chain_get_64(error, nmreq, nd->nd_off); in nfsrv_writegather()1565 nfsm_chain_get_32(error, nmreq, nd->nd_off); in nfsrv_writegather()1573 nd->nd_eoff = nd->nd_off + nd->nd_len; in nfsrv_writegather()1621 while (wp && (wp->nd_off < nd->nd_off) && in nfsrv_writegather()1707 if (!error && ((nd->nd_eoff - nd->nd_off) > 0)) { in nfsrv_writegather()1714 auio = uio_create(i, nd->nd_off, UIO_SYSSPACE, UIO_WRITE); in nfsrv_writegather()1859 overlap = owp->nd_eoff - nd->nd_off; in nfsrv_wg_coalesce()
1054 off_t nd_off; /* Start byte offset */ member