Lines Matching refs:rqstp
842 mnt(struct svc_req *rqstp, SVCXPRT *transp) in mnt() argument
844 switch (rqstp->rq_proc) { in mnt()
852 (void) mount(rqstp); in mnt()
863 umount(rqstp); in mnt()
867 umountall(rqstp); in mnt()
872 export(rqstp); in mnt()
876 if (rqstp->rq_vers == MOUNTVERS_POSIX) in mnt()
877 mnt_pathconf(rqstp); in mnt()
926 mnt_pathconf(struct svc_req *rqstp) in mnt_pathconf() argument
933 transp = rqstp->rq_xprt; in mnt_pathconf()
1336 mount(struct svc_req *rqstp) in mount() argument
1355 transp = rqstp->rq_xprt; in mount()
1356 version = rqstp->rq_vers; in mount()
1466 if (svc_getcallerucred(rqstp->rq_xprt, &uc) != 0) { in mount()
1485 rqstp->rq_xprt)->buf; in mount()
3249 umount(struct svc_req *rqstp) in umount() argument
3256 transp = rqstp->rq_xprt; in umount()
3302 umountall(struct svc_req *rqstp) in umountall() argument
3308 transp = rqstp->rq_xprt; in umountall()