Searched refs:txoffset (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_vnops.c | 2930 off_t txoffset; in nfs_read_rpc() local 2943 txoffset = uio_offset(uio); in nfs_read_rpc() 2945 if ((nfsvers == NFS_VER2) && ((uint64_t)(txoffset + tsiz) > 0xffffffffULL)) { in nfs_read_rpc() 2953 FSDBG(536, np, txoffset, len, 0); in nfs_read_rpc() 2963 error = nmp->nm_funcs->nf_read_rpc_async(np, txoffset, len, in nfs_read_rpc() 2992 txoffset += retlen; in nfs_read_rpc() 7922 off_t txoffset; in nfs_vnop_pagein() local 7989 txoffset = f_offset; in nfs_vnop_pagein() 8002 …if ((error = nmp->nm_funcs->nf_read_rpc_async(np, txoffset, iosize, thd, cred, NULL, &req[nextsend… in nfs_vnop_pagein() 8006 txoffset += iosize; in nfs_vnop_pagein() [all …]
|