• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/

Lines Matching defs:rqstp

709 nfsd4_setclientid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
712 struct sockaddr_in *sin = svc_addr_in(rqstp);
742 if (!cmp_creds(&conf->cl_cred, &rqstp->rq_cred)
763 copy_cred(&new->cl_cred,&rqstp->rq_cred);
795 copy_cred(&new->cl_cred,&rqstp->rq_cred);
814 copy_cred(&new->cl_cred,&rqstp->rq_cred);
841 copy_cred(&new->cl_cred,&rqstp->rq_cred);
870 nfsd4_setclientid_confirm(struct svc_rqst *rqstp,
874 struct sockaddr_in *sin = svc_addr_in(rqstp);
924 if (!cmp_creds(&conf->cl_cred,&rqstp->rq_cred))
935 if (!cmp_creds(&unconf->cl_cred, &rqstp->rq_cred)) {
1563 nfs4_new_open(struct svc_rqst *rqstp, struct nfs4_stateid **stpp,
1578 status = nfsd_open(rqstp, cur_fh, S_IFREG, flags,
1592 nfsd4_truncate(struct svc_rqst *rqstp, struct svc_fh *fh,
1603 return nfsd_setattr(rqstp, fh, &iattr, 0, (time_t)0);
1607 nfs4_upgrade_open(struct svc_rqst *rqstp, struct svc_fh *cur_fh, struct nfs4_stateid *stp, struct nfsd4_open *open)
1623 status = nfsd4_truncate(rqstp, cur_fh, open);
1726 nfsd4_process_open2(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_open *open)
1766 status = nfs4_upgrade_open(rqstp, current_fh, stp, open);
1777 status = nfs4_new_open(rqstp, &stp, dp, current_fh, flags);
1781 status = nfsd4_truncate(rqstp, current_fh, open);
1820 nfsd4_renew(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
2229 nfsd4_open_confirm(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
2240 status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0);
2299 nfsd4_open_downgrade(struct svc_rqst *rqstp,
2357 nfsd4_close(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
2398 nfsd4_delegreturn(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
2403 if ((status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0)))
2631 nfsd4_lock(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
2652 if ((status = fh_verify(rqstp, &cstate->current_fh,
2789 nfsd4_lockt(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
2811 if ((status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0))) {
2875 nfsd4_locku(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
2969 nfsd4_release_lockowner(struct svc_rqst *rqstp,