Searched refs:nfs_writerpc (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/nfs/
H A Dnfs_var.h67 int nfs_writerpc(struct vnode *, struct uio *, int *, int *);
H A Dnfs_bio.c306 * will be the same size within a filesystem. nfs_writerpc will
565 error = nfs_writerpc(vp, uiop, &iomode, &must_commit);
639 error = nfs_writerpc(vp, uiop, &iomode, &must_commit);
H A Dnfs_vnops.c1275 nfs_writerpc(struct vnode *vp, struct uio *uiop, int *iomode, int *must_commit) function
2985 * - do nfs_strategy() by doing I/O with nfs_readrpc/nfs_writerpc

Completed in 188 milliseconds