Searched refs:nfscl_reqstart (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/fs/nfs/ |
| H A D | nfscl.h | 51 nfscl_reqstart((n), (p), VFSTONFS((v)->v_mount), \
|
| H A D | nfs_var.h | 319 void nfscl_reqstart(struct nfsrv_descript *, int, struct nfsmount *,
|
| H A D | nfs_commonsubs.c | 358 nfscl_reqstart(struct nfsrv_descript *nd, int procnum, struct nfsmount *nmp, in nfscl_reqstart() function 5592 nfscl_reqstart(nd, NFSPROC_DESTROYSESSION, nmp, NULL, 0, NULL, NULL, 0, in nfsrpc_destroysession()
|
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clrpcops.c | 562 nfscl_reqstart(nd, NFSPROC_OPEN, nmp, nfhp, fhlen, NULL, NULL, 0, 0, in nfsrpc_openrpc() 958 nfscl_reqstart(nd, NFSPROC_CLOSE, nmp, op->nfso_fh, in nfsrpc_closerpc() 1004 nfscl_reqstart(nd, NFSPROC_OPENCONFIRM, nmp, nfhp, fhlen, NULL, NULL, in nfsrpc_openconfirm() 1195 nfscl_reqstart(nd, NFSPROC_SETCLIENTID, nmp, NULL, 0, NULL, NULL, 0, 0, in nfsrpc_setclient() 1229 nfscl_reqstart(nd, NFSPROC_SETCLIENTIDCFRM, nmp, NULL, 0, NULL, in nfsrpc_setclient() 1302 nfscl_reqstart(nd, NFSPROC_GETATTR, nmp, fhp, fhlen, NULL, NULL, 0, 0, in nfsrpc_getattrnovp() 4822 nfscl_reqstart(nd, NFSPROC_LOCKU, nmp, lp->nfsl_open->nfso_fh, in nfsrpc_locku() 4875 nfscl_reqstart(nd, NFSPROC_LOCK, nmp, nfhp, fhlen, NULL, NULL, 0, 0, in nfsrpc_lock() 5184 nfscl_reqstart(nd, NFSPROC_RENEW, nmp, NULL, 0, NULL, NULL, 0, in nfsrpc_renew() 5187 nfscl_reqstart(nd, NFSPROC_RENEW, nmp, NULL, 0, NULL, in nfsrpc_renew() [all …]
|
| /freebsd/sys/fs/nfsserver/ |
| H A D | nfs_nfsdport.c | 5624 nfscl_reqstart(nd, NFSPROC_READDS, nmp, (u_int8_t *)fhp, sizeof(*fhp), in nfsrv_readdsrpc() 5732 nfscl_reqstart(nd, NFSPROC_WRITE, nmp, (u_int8_t *)fhp, in nfsrv_writedsdorpc() 5956 nfscl_reqstart(nd, NFSPROC_ALLOCATE, nmp, (u_int8_t *)fhp, in nfsrv_allocatedsdorpc() 6117 nfscl_reqstart(nd, NFSPROC_DEALLOCATE, nmp, (u_int8_t *)fhp, in nfsrv_deallocatedsdorpc() 6294 nfscl_reqstart(nd, NFSPROC_SETATTR, nmp, (u_int8_t *)fhp, sizeof(*fhp), in nfsrv_setattrdsdorpc() 6481 nfscl_reqstart(nd, NFSPROC_SETACL, nmp, (u_int8_t *)fhp, sizeof(*fhp), in nfsrv_setacldsdorpc() 6616 nfscl_reqstart(nd, NFSPROC_GETATTR, nmp, (u_int8_t *)fhp, in nfsrv_getattrdsrpc() 6684 nfscl_reqstart(nd, NFSPROC_SEEKDS, nmp, (u_int8_t *)fhp, in nfsrv_seekdsrpc()
|