/freebsd/sys/fs/nfs/ |
H A D | nfscl.h | 51 nfscl_reqstart((n), (p), VFSTONFS((v)->v_mount), \
|
H A D | nfs_var.h | 317 void nfscl_reqstart(struct nfsrv_descript *, int, struct nfsmount *,
|
H A D | nfs_commonsubs.c | 327 nfscl_reqstart(struct nfsrv_descript *nd, int procnum, struct nfsmount *nmp, in nfscl_reqstart() function 5168 nfscl_reqstart(nd, NFSPROC_DESTROYSESSION, nmp, NULL, 0, NULL, NULL, 0, in nfsrpc_destroysession()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 558 nfscl_reqstart(nd, NFSPROC_OPEN, nmp, nfhp, fhlen, NULL, NULL, 0, 0, in nfsrpc_openrpc() 954 nfscl_reqstart(nd, NFSPROC_CLOSE, nmp, op->nfso_fh, in nfsrpc_closerpc() 1000 nfscl_reqstart(nd, NFSPROC_OPENCONFIRM, nmp, nfhp, fhlen, NULL, NULL, in nfsrpc_openconfirm() 1194 nfscl_reqstart(nd, NFSPROC_SETCLIENTID, nmp, NULL, 0, NULL, NULL, 0, 0, in nfsrpc_setclient() 1264 nfscl_reqstart(nd, NFSPROC_SETCLIENTIDCFRM, nmp, NULL, 0, NULL, in nfsrpc_setclient() 1337 nfscl_reqstart(nd, NFSPROC_GETATTR, nmp, fhp, fhlen, NULL, NULL, 0, 0, in nfsrpc_getattrnovp() 4720 nfscl_reqstart(nd, NFSPROC_LOCKU, nmp, lp->nfsl_open->nfso_fh, in nfsrpc_locku() 4773 nfscl_reqstart(nd, NFSPROC_LOCK, nmp, nfhp, fhlen, NULL, NULL, 0, 0, in nfsrpc_lock() 5061 nfscl_reqstart(nd, NFSPROC_RENEW, nmp, NULL, 0, NULL, NULL, 0, in nfsrpc_renew() 5064 nfscl_reqstart(n in nfsrpc_renew() [all...] |
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdport.c | 5365 nfscl_reqstart(nd, NFSPROC_READDS, nmp, (u_int8_t *)fhp, sizeof(*fhp), in nfsrv_readdsrpc() 5473 nfscl_reqstart(nd, NFSPROC_WRITE, nmp, (u_int8_t *)fhp, in nfsrv_writedsdorpc() 5695 nfscl_reqstart(nd, NFSPROC_ALLOCATE, nmp, (u_int8_t *)fhp, in nfsrv_allocatedsdorpc() 5855 nfscl_reqstart(nd, NFSPROC_DEALLOCATE, nmp, (u_int8_t *)fhp, in nfsrv_deallocatedsdorpc() 6030 nfscl_reqstart(nd, NFSPROC_SETATTR, nmp, (u_int8_t *)fhp, sizeof(*fhp), in nfsrv_setattrdsdorpc() 6215 nfscl_reqstart(nd, NFSPROC_SETACL, nmp, (u_int8_t *)fhp, sizeof(*fhp), in nfsrv_setacldsdorpc() 6350 nfscl_reqstart(nd, NFSPROC_GETATTR, nmp, (u_int8_t *)fhp, in nfsrv_getattrdsrpc() 6418 nfscl_reqstart(nd, NFSPROC_SEEKDS, nmp, (u_int8_t *)fhp, in nfsrv_seekdsrpc()
|