/src/sys/fs/nfs/server/ |
nfs_nfsdsocket.c | 362 static int nfs_writerpc[NFS_NPROCS] = { 0, 0, 1, 0, 0, 0, 0, variable in typeref:typename:int[] 518 &mp, nfs_writerpc[nd->nd_procnum], p); 521 &mp, nfs_writerpc[nd->nd_procnum], p); 546 if (mp != NULL && nfs_writerpc[nd->nd_procnum] != 0) 577 if (mp != NULL && nfs_writerpc[nd->nd_procnum] != 0)
|
/src/sys/nfs/ |
nfs_var.h | 98 int nfs_writerpc(struct vnode *, struct uio *, int *, bool, bool *);
|
nfs_bio.c | 1086 error = nfs_writerpc(vp, uiop, &iomode, pageprotected, &stalewriteverf); 1180 error = nfs_writerpc(vp, uiop, &iomode, false, &stalewriteverf);
|
nfs_vnops.c | 1220 nfs_writerpc(struct vnode *vp, struct uio *uiop, int *iomode, bool pageprotected, bool *stalewriteverfp) function in typeref:typename:int 3039 * - do nfs_strategy() by doing I/O with nfs_readrpc/nfs_writerpc
|