Home
last modified time | relevance | path

Searched refs:nfscl_reqstart (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/fs/nfs/common/
H A Dnfscl.h53 nfscl_reqstart((n), (p), VFSTONFS((v)->v_mount), \
H A Dnfs_var.h305 void nfscl_reqstart(struct nfsrv_descript *, int, struct nfsmount *,
/netbsd-src/sys/fs/nfs/client/
H A Dnfs_clrpcops.c394 nfscl_reqstart(nd, NFSPROC_OPEN, nmp, nfhp, fhlen, NULL, NULL); in nfsrpc_openrpc()
748 nfscl_reqstart(nd, NFSPROC_CLOSE, nmp, op->nfso_fh, in nfsrpc_closerpc()
791 nfscl_reqstart(nd, NFSPROC_OPENCONFIRM, nmp, nfhp, fhlen, NULL, NULL); in nfsrpc_openconfirm()
884 nfscl_reqstart(nd, NFSPROC_SETCLIENTID, nmp, NULL, 0, NULL, NULL); in nfsrpc_setclient()
953 nfscl_reqstart(nd, NFSPROC_SETCLIENTIDCFRM, nmp, NULL, 0, NULL, in nfsrpc_setclient()
968 nfscl_reqstart(nd, NFSPROC_GETATTR, nmp, nmp->nm_fh, in nfsrpc_setclient()
1036 nfscl_reqstart(nd, NFSPROC_GETATTR, nmp, fhp, fhlen, NULL, NULL); in nfsrpc_getattrnovp()
3915 nfscl_reqstart(nd, NFSPROC_LOCKU, nmp, lp->nfsl_open->nfso_fh, in nfsrpc_locku()
3968 nfscl_reqstart(nd, NFSPROC_LOCK, nmp, nfhp, fhlen, NULL, NULL); in nfsrpc_lock()
4239 nfscl_reqstart(nd, NFSPROC_RENEW, nmp, NULL, 0, NULL, in nfsrpc_renew()
[all …]
H A Dnfs_clcomsubs.c133 nfscl_reqstart(struct nfsrv_descript *nd, int procnum, struct nfsmount *nmp, in nfscl_reqstart() function