Searched refs:nd_off (Results 1 – 2 of 2) sorted by relevance
1514 (((o)->nd_eoff >= (n)->nd_off) && nfsrv_fhmatch(&(o)->nd_fh, &(n)->nd_fh))1570 nfsm_chain_get_64(error, nmreq, nd->nd_off); in nfsrv_writegather()1575 nfsm_chain_get_32(error, nmreq, nd->nd_off); in nfsrv_writegather()1583 nd->nd_eoff = nd->nd_off + nd->nd_len; in nfsrv_writegather()1631 while (wp && (wp->nd_off < nd->nd_off) && in nfsrv_writegather()1717 if (!error && ((nd->nd_eoff - nd->nd_off) > 0)) { in nfsrv_writegather()1724 auio = uio_create(i, nd->nd_off, UIO_SYSSPACE, UIO_WRITE); in nfsrv_writegather()1869 overlap = owp->nd_eoff - nd->nd_off; in nfsrv_wg_coalesce()
1062 off_t nd_off; /* Start byte offset */ member