Home
last modified time | relevance | path

Searched refs:nf_write_rpc_async (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfsmount.h228 …int (*nf_write_rpc_async)(nfsnode_t, uio_t, size_t, thread_t, kauth_cred_t, int, struct nfsreq… member
H A Dnfs_bio.c3026 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 Dnfs_vfsops.c256 .nf_write_rpc_async = nfs3_write_rpc_async,
278 .nf_write_rpc_async = nfs4_write_rpc_async,
H A Dnfs_vnops.c3821 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()