• 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 refs:cstate

709 nfsd4_setclientid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
871 struct nfsd4_compound_state *cstate,
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,
2237 (int)cstate->current_fh.fh_dentry->d_name.len,
2238 cstate->current_fh.fh_dentry->d_name.name);
2240 status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0);
2246 if ((status = nfs4_preprocess_seqid_op(&cstate->current_fh,
2267 cstate->replay_owner = oc->oc_stateowner;
2300 struct nfsd4_compound_state *cstate,
2308 (int)cstate->current_fh.fh_dentry->d_name.len,
2309 cstate->current_fh.fh_dentry->d_name.name);
2316 if ((status = nfs4_preprocess_seqid_op(&cstate->current_fh,
2347 cstate->replay_owner = od->od_stateowner;
2357 nfsd4_close(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
2364 (int)cstate->current_fh.fh_dentry->d_name.len,
2365 cstate->current_fh.fh_dentry->d_name.name);
2369 if ((status = nfs4_preprocess_seqid_op(&cstate->current_fh,
2391 cstate->replay_owner = close->cl_stateowner;
2398 nfsd4_delegreturn(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
2403 if ((status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0)))
2407 status = nfs4_preprocess_stateid_op(&cstate->current_fh,
2631 nfsd4_lock(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
2652 if ((status = fh_verify(rqstp, &cstate->current_fh,
2674 status = nfs4_preprocess_seqid_op(&cstate->current_fh,
2698 status = nfs4_preprocess_seqid_op(&cstate->current_fh,
2779 cstate->replay_owner = lock->lk_replay_owner;
2789 nfsd4_lockt(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
2811 if ((status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0))) {
2818 inode = cstate->current_fh.fh_dentry->d_inode;
2857 file.f_path.dentry = cstate->current_fh.fh_dentry;
2875 nfsd4_locku(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
2893 if ((status = nfs4_preprocess_seqid_op(&cstate->current_fh,
2934 cstate->replay_owner = locku->lu_stateowner;
2970 struct nfsd4_compound_state *cstate,