Searched refs:txoffset (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/bsd/nfs/ |
| H A D | nfs_vnops.c | 2917 off_t txoffset; in nfs_read_rpc() local 2930 txoffset = uio_offset(uio); in nfs_read_rpc() 2932 if ((nfsvers == NFS_VER2) && ((uint64_t)(txoffset + tsiz) > 0xffffffffULL)) { in nfs_read_rpc() 2940 FSDBG(536, np, txoffset, len, 0); in nfs_read_rpc() 2950 error = nmp->nm_funcs->nf_read_rpc_async(np, txoffset, len, in nfs_read_rpc() 2979 txoffset += retlen; in nfs_read_rpc() 7911 off_t txoffset; in nfs_vnop_pagein() local 7978 txoffset = f_offset; in nfs_vnop_pagein() 7991 …if ((error = nmp->nm_funcs->nf_read_rpc_async(np, txoffset, iosize, thd, cred, NULL, &req[nextsend… in nfs_vnop_pagein() 7995 txoffset += iosize; in nfs_vnop_pagein() [all …]
|