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

/xnu-2422.115.4/bsd/nfs/
H A Dnfs_serv.c1356 (((o)->nd_eoff >= (n)->nd_off) && nfsrv_fhmatch(&(o)->nd_fh, &(n)->nd_fh))
1412 nfsm_chain_get_64(error, nmreq, nd->nd_off);
1417 nfsm_chain_get_32(error, nmreq, nd->nd_off);
1424 nd->nd_eoff = nd->nd_off + nd->nd_len;
1471 while (wp && (wp->nd_off < nd->nd_off) &&
1549 if (!error && ((nd->nd_eoff - nd->nd_off) > 0)) {
1556 auio = uio_createwithbuffer(i, nd->nd_off, UIO_SYSSPACE,
1696 overlap = owp->nd_eoff - nd->nd_off;
H A Dnfs.h1065 off_t nd_off; /* Start byte offset */ member in struct:nfsrv_descript

Completed in 85 milliseconds