Home
last modified time | relevance | path

Searched refs:nfs_write_rpc2 (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/nfs/
H A Dnfs.h1515 int nfs_write_rpc2(nfsnode_t, uio_t, thread_t, kauth_cred_t, int *, uint64_t *);
H A Dnfs_vnops.c3756 return nfs_write_rpc2(np, uio, vfs_context_thread(ctx), vfs_context_ucred(ctx), iomodep, wverfp); in nfs_write_rpc()
3760 nfs_write_rpc2( in nfs_write_rpc2() function
8580 error = nfs_write_rpc2(np, auio, thd, cred, &iomode, &wverf2); in nfs_vnop_pageout()
H A Dnfs_bio.c2901 error = nfs_write_rpc2(np, auio, thd, cred, &iomode2, &bp->nb_verf); in nfs_buf_write_dirty_pages()