HomeSort by: relevance | last modified time | path
    Searched defs:nfs_writerpc (Results 1 - 2 of 2) sorted by relevancy

  /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_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

Completed in 14 milliseconds