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

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfsmount.h222 int (*nf_write_rpc_async)(nfsnode_t, uio_t, size_t, thread_t, kauth_cred_t, int, struct nfsreq_cbinfo *, struct nfsreq **); member in struct:nfs_funcs
H A Dnfs_bio.c2748 error = nmp->nm_funcs->nf_write_rpc_async(np, auio, len, thd, cred,
2945 error = nmp->nm_funcs->nf_write_rpc_async(np, auio, length, thd, cred,
H A Dnfs_vnops.c3110 error = nmp->nm_funcs->nf_write_rpc_async(np, uio, len, thd, cred, *iomodep, NULL, &req);
7195 if ((error = nmp->nm_funcs->nf_write_rpc_async(np, auio, iosize, thd, cred, iomode, NULL, &req[nextsend]))) {

Completed in 37 milliseconds