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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vnops.c1724 off_t txoffset; local
1741 txoffset = uiop->uio_offset;
1745 FSDBG(536, np, txoffset, len, 0);
1746 error = nmp->nm_funcs->nf_read_rpc_async(np, txoffset, len,
1752 txoffset += retlen;
5585 off_t txoffset; local
5642 txoffset = f_offset;
5650 if ((error = nmp->nm_funcs->nf_read_rpc_async(np, txoffset, iosize, thd, cred, NULL, &req[nextsend]))) {
5654 txoffset += iosize;
5871 off_t off, txoffset, rxoffse local
[all...]

Completed in 30 milliseconds