Searched refs:nf_read_rpc_async (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfsmount.h | 225 …int (*nf_read_rpc_async)(nfsnode_t, off_t, size_t, thread_t, kauth_cred_t, struct nfsreq_cbinf… member
|
| H A D | nfs_bio.c | 1751 error = nmp->nm_funcs->nf_read_rpc_async(np, boff + offset, len, thd, cred, &cb, &req); in nfs_buf_read_rpc() 1951 error = nmp->nm_funcs->nf_read_rpc_async(np, NBOFF(bp) + offset, length, thd, cred, &cb, &rreq); in nfs_buf_read_rpc_finish()
|
| H A D | nfs_vnops.c | 2963 error = nmp->nm_funcs->nf_read_rpc_async(np, txoffset, len, in nfs_read_rpc() 8002 …if ((error = nmp->nm_funcs->nf_read_rpc_async(np, txoffset, iosize, thd, cred, NULL, &req[nextsend… in nfs_vnop_pagein() 8060 error = nmp->nm_funcs->nf_read_rpc_async(np, ttxoffset, iosize, thd, cred, NULL, &treq); in nfs_vnop_pagein()
|
| H A D | nfs_vfsops.c | 253 .nf_read_rpc_async = nfs3_read_rpc_async, 275 .nf_read_rpc_async = nfs4_read_rpc_async,
|