/freebsd/sys/fs/nfs/ |
H A D | nfscl.h | 51 nfscl_reqstart((n), (p), VFSTONFS((v)->v_mount), \
|
H A D | nfs_var.h | 320 void nfscl_reqstart(struct nfsrv_descript *, int, struct nfsmount *,
|
H A D | nfs_commonsubs.c | 331 nfscl_reqstart(struct nfsrv_descript *nd, int procnum, struct nfsmount *nmp, in nfscl_reqstart() function 5291 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() 1198 nfscl_reqstart(nd, NFSPROC_SETCLIENTID, nmp, NULL, 0, NULL, NULL, 0, 0, in nfsrpc_setclient() 1268 nfscl_reqstart(nd, NFSPROC_SETCLIENTIDCFRM, nmp, NULL, 0, NULL, in nfsrpc_setclient() 1341 nfscl_reqstart(nd, NFSPROC_GETATTR, nmp, fhp, fhlen, NULL, NULL, 0, 0, in nfsrpc_getattrnovp() 4853 nfscl_reqstart(nd, NFSPROC_LOCKU, nmp, lp->nfsl_open->nfso_fh, in nfsrpc_locku() 4906 nfscl_reqstart(nd, NFSPROC_LOCK, nmp, nfhp, fhlen, NULL, NULL, 0, 0, in nfsrpc_lock() 5199 nfscl_reqstart(nd, NFSPROC_RENEW, nmp, NULL, 0, NULL, NULL, 0, in nfsrpc_renew() 5202 nfscl_reqstart(nd, NFSPROC_RENEW, nmp, NULL, 0, NULL, in nfsrpc_renew() [all …]
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdport.c | 5539 nfscl_reqstart(nd, NFSPROC_READDS, nmp, (u_int8_t *)fhp, sizeof(*fhp), in nfsrv_readdsrpc() 5647 nfscl_reqstart(nd, NFSPROC_WRITE, nmp, (u_int8_t *)fhp, in nfsrv_writedsdorpc() 5871 nfscl_reqstart(nd, NFSPROC_ALLOCATE, nmp, (u_int8_t *)fhp, in nfsrv_allocatedsdorpc() 6032 nfscl_reqstart(nd, NFSPROC_DEALLOCATE, nmp, (u_int8_t *)fhp, in nfsrv_deallocatedsdorpc() 6209 nfscl_reqstart(nd, NFSPROC_SETATTR, nmp, (u_int8_t *)fhp, sizeof(*fhp), in nfsrv_setattrdsdorpc() 6396 nfscl_reqstart(nd, NFSPROC_SETACL, nmp, (u_int8_t *)fhp, sizeof(*fhp), in nfsrv_setacldsdorpc() 6531 nfscl_reqstart(nd, NFSPROC_GETATTR, nmp, (u_int8_t *)fhp, in nfsrv_getattrdsrpc() 6599 nfscl_reqstart(nd, NFSPROC_SEEKDS, nmp, (u_int8_t *)fhp, in nfsrv_seekdsrpc()
|