Searched refs:nf_write_rpc_async (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfsmount.h | 228 …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 | 3026 error = nmp->nm_funcs->nf_write_rpc_async(np, auio, len, thd, cred, in nfs_buf_write_rpc() 3246 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 | 256 .nf_write_rpc_async = nfs3_write_rpc_async, 278 .nf_write_rpc_async = nfs4_write_rpc_async,
|
| H A D | nfs_vnops.c | 3821 error = nmp->nm_funcs->nf_write_rpc_async(np, uio_write, len, thd, cred, *iomodep, NULL, &req); in nfs_write_rpc2() 8519 …if ((error = nmp->nm_funcs->nf_write_rpc_async(np, auio, iosize, thd, cred, iomode, NULL, &req[nex… in nfs_vnop_pageout()
|