HomeSort by: relevance | last modified time | path
    Searched refs:nfscl_reqstart (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/nfs/common/
nfscl.h 50 * Just a macro to convert the nfscl_reqstart arguments.
52 #define NFSCL_REQSTART(n, p, v) \
53 nfscl_reqstart((n), (p), VFSTONFS((v)->v_mount), \
nfs_var.h 305 void nfscl_reqstart(struct nfsrv_descript *, int, struct nfsmount *,
  /src/sys/fs/nfs/client/
nfs_clrpcops.c 144 NFSCL_REQSTART(nd, NFSPROC_NULL, vp);
213 NFSCL_REQSTART(nd, NFSPROC_ACCESS, vp);
394 nfscl_reqstart(nd, NFSPROC_OPEN, nmp, nfhp, fhlen, NULL, NULL);
586 NFSCL_REQSTART(nd, NFSPROC_OPENDOWNGRADE, vp);
748 nfscl_reqstart(nd, NFSPROC_CLOSE, nmp, op->nfso_fh,
791 nfscl_reqstart(nd, NFSPROC_OPENCONFIRM, nmp, nfhp, fhlen, NULL, NULL);
884 nfscl_reqstart(nd, NFSPROC_SETCLIENTID, nmp, NULL, 0, NULL, NULL);
953 nfscl_reqstart(nd, NFSPROC_SETCLIENTIDCFRM, nmp, NULL, 0, NULL,
968 nfscl_reqstart(nd, NFSPROC_GETATTR, nmp, nmp->nm_fh,
1008 NFSCL_REQSTART(nd, NFSPROC_GETATTR, vp)
    [all...]
nfs_clcomsubs.c 133 nfscl_reqstart(struct nfsrv_descript *nd, int procnum, struct nfsmount *nmp, function in typeref:typename:APPLESTATIC void

Completed in 16 milliseconds