Searched refs:nf_write_rpc_async (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.101.4/bsd/nfs/ ! |
| H A D | nfsmount.h | 229 …int (*nf_write_rpc_async)(nfsnode_t, uio_t, size_t, thread_t, kauth_cred_t, int, struct nfsreq… member
|
| H A D | nfs_bio.c | 3025 error = nmp->nm_funcs->nf_write_rpc_async(np, auio, len, thd, cred, in nfs_buf_write_rpc() 3245 error = nmp->nm_funcs->nf_write_rpc_async(np, auio, length, thd, cred, in nfs_buf_write_rpc_finish()
|
| H A D | nfs_vfsops.c | 257 .nf_write_rpc_async = nfs3_write_rpc_async, 279 .nf_write_rpc_async = nfs4_write_rpc_async,
|
| H A D | nfs_vnops.c | 3807 error = nmp->nm_funcs->nf_write_rpc_async(np, uio_write, len, thd, cred, *iomodep, NULL, &req); in nfs_write_rpc2() 8508 …if ((error = nmp->nm_funcs->nf_write_rpc_async(np, auio, iosize, thd, cred, iomode, NULL, &req[nex… in nfs_vnop_pageout()
|