Home
last modified time | relevance | path

Searched refs:nd_off (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/nfs/
H A Dnfs_serv.c1515 (((o)->nd_eoff >= (n)->nd_off) && nfsrv_fhmatch(&(o)->nd_fh, &(n)->nd_fh))
1571 nfsm_chain_get_64(error, nmreq, nd->nd_off); in nfsrv_writegather()
1576 nfsm_chain_get_32(error, nmreq, nd->nd_off); in nfsrv_writegather()
1584 nd->nd_eoff = nd->nd_off + nd->nd_len; in nfsrv_writegather()
1632 while (wp && (wp->nd_off < nd->nd_off) && in nfsrv_writegather()
1718 if (!error && ((nd->nd_eoff - nd->nd_off) > 0)) { in nfsrv_writegather()
1725 auio = uio_create(i, nd->nd_off, UIO_SYSSPACE, UIO_WRITE); in nfsrv_writegather()
1870 overlap = owp->nd_eoff - nd->nd_off; in nfsrv_wg_coalesce()
H A Dnfs.h1208 off_t nd_off; /* Start byte offset */ member