Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/nfs/
H A Dnfs_serv.c1513 (((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()
1726 auio = uio_createwithbuffer(i, nd->nd_off, UIO_SYSSPACE, in nfsrv_writegather()
1873 overlap = owp->nd_eoff - nd->nd_off; in nfsrv_wg_coalesce()
H A Dnfs.h1198 off_t nd_off; /* Start byte offset */ member