nfs_writerpc
static int nfs_writerpc[NFS_NPROCS] = { 0, 0, 1, 0, 0, 0, 0,
&mp, nfs_writerpc[nd->nd_procnum], p);
&mp, nfs_writerpc[nd->nd_procnum], p);
if (mp != NULL && nfs_writerpc[nd->nd_procnum] != 0)
if (mp != NULL && nfs_writerpc[nd->nd_procnum] != 0)
error = nfs_writerpc(vp, uiop, &iomode, pageprotected, &stalewriteverf);
error = nfs_writerpc(vp, uiop, &iomode, false, &stalewriteverf);
int nfs_writerpc(struct vnode *, struct uio *, int *, bool, bool *);