cstate 187 fs/nfsd/nfs4proc.c fh_put(&cstate->current_fh); cstate 188 fs/nfsd/nfs4proc.c cstate->current_fh.fh_handle.fh_size = rp->rp_openfh_len; cstate 189 fs/nfsd/nfs4proc.c memcpy(&cstate->current_fh.fh_handle.fh_base, rp->rp_openfh, cstate 191 fs/nfsd/nfs4proc.c status = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_NOP); cstate 223 fs/nfsd/nfs4proc.c status = do_open_lookup(rqstp, &cstate->current_fh, cstate 236 fs/nfsd/nfs4proc.c status = do_open_fhandle(rqstp, &cstate->current_fh, cstate 258 fs/nfsd/nfs4proc.c status = nfsd4_process_open2(rqstp, &cstate->current_fh, open); cstate 262 fs/nfsd/nfs4proc.c cstate->replay_owner = open->op_stateowner; cstate 275 fs/nfsd/nfs4proc.c if (!cstate->current_fh.fh_dentry) cstate 278 fs/nfsd/nfs4proc.c *getfh = &cstate->current_fh; cstate 286 fs/nfsd/nfs4proc.c fh_put(&cstate->current_fh); cstate 287 fs/nfsd/nfs4proc.c cstate->current_fh.fh_handle.fh_size = putfh->pf_fhlen; cstate 288 fs/nfsd/nfs4proc.c memcpy(&cstate->current_fh.fh_handle.fh_base, putfh->pf_fhval, cstate 290 fs/nfsd/nfs4proc.c return fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_NOP); cstate 299 fs/nfsd/nfs4proc.c fh_put(&cstate->current_fh); cstate 300 fs/nfsd/nfs4proc.c status = exp_pseudoroot(rqstp, &cstate->current_fh); cstate 308 fs/nfsd/nfs4proc.c if (!cstate->save_fh.fh_dentry) cstate 311 fs/nfsd/nfs4proc.c fh_dup2(&cstate->current_fh, &cstate->save_fh); cstate 319 fs/nfsd/nfs4proc.c if (!cstate->current_fh.fh_dentry) cstate 322 fs/nfsd/nfs4proc.c fh_dup2(&cstate->save_fh, &cstate->current_fh); cstate 337 fs/nfsd/nfs4proc.c return nfsd_access(rqstp, &cstate->current_fh, &access->ac_resp_access, cstate 351 fs/nfsd/nfs4proc.c status = nfsd_commit(rqstp, &cstate->current_fh, commit->co_offset, cstate 368 fs/nfsd/nfs4proc.c status = fh_verify(rqstp, &cstate->current_fh, S_IFDIR, cstate 386 fs/nfsd/nfs4proc.c status = nfsd_symlink(rqstp, &cstate->current_fh, cstate 397 fs/nfsd/nfs4proc.c status = nfsd_create(rqstp, &cstate->current_fh, cstate 407 fs/nfsd/nfs4proc.c status = nfsd_create(rqstp, &cstate->current_fh, cstate 413 fs/nfsd/nfs4proc.c status = nfsd_create(rqstp, &cstate->current_fh, cstate 419 fs/nfsd/nfs4proc.c status = nfsd_create(rqstp, &cstate->current_fh, cstate 426 fs/nfsd/nfs4proc.c status = nfsd_create(rqstp, &cstate->current_fh, cstate 436 fs/nfsd/nfs4proc.c fh_unlock(&cstate->current_fh); cstate 437 fs/nfsd/nfs4proc.c set_change_info(&create->cr_cinfo, &cstate->current_fh); cstate 438 fs/nfsd/nfs4proc.c fh_dup2(&cstate->current_fh, &resfh); cstate 451 fs/nfsd/nfs4proc.c status = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_NOP); cstate 461 fs/nfsd/nfs4proc.c getattr->ga_fhp = &cstate->current_fh; cstate 471 fs/nfsd/nfs4proc.c if (!cstate->save_fh.fh_dentry) cstate 473 fs/nfsd/nfs4proc.c status = nfsd_link(rqstp, &cstate->current_fh, cstate 474 fs/nfsd/nfs4proc.c link->li_name, link->li_namelen, &cstate->save_fh); cstate 476 fs/nfsd/nfs4proc.c set_change_info(&link->li_cinfo, &cstate->current_fh); cstate 491 fs/nfsd/nfs4proc.c if (tmp_fh.fh_dentry == cstate->current_fh.fh_dentry) { cstate 496 fs/nfsd/nfs4proc.c return nfsd_lookup(rqstp, &cstate->current_fh, cstate 497 fs/nfsd/nfs4proc.c "..", 2, &cstate->current_fh); cstate 504 fs/nfsd/nfs4proc.c return nfsd_lookup(rqstp, &cstate->current_fh, cstate 506 fs/nfsd/nfs4proc.c &cstate->current_fh); cstate 523 fs/nfsd/nfs4proc.c if ((status = nfs4_preprocess_stateid_op(&cstate->current_fh, cstate 535 fs/nfsd/nfs4proc.c read->rd_fhp = &cstate->current_fh; cstate 559 fs/nfsd/nfs4proc.c readdir->rd_fhp = &cstate->current_fh; cstate 568 fs/nfsd/nfs4proc.c readlink->rl_fhp = &cstate->current_fh; cstate 580 fs/nfsd/nfs4proc.c status = nfsd_unlink(rqstp, &cstate->current_fh, 0, cstate 585 fs/nfsd/nfs4proc.c fh_unlock(&cstate->current_fh); cstate 586 fs/nfsd/nfs4proc.c set_change_info(&remove->rm_cinfo, &cstate->current_fh); cstate 597 fs/nfsd/nfs4proc.c if (!cstate->save_fh.fh_dentry) cstate 599 fs/nfsd/nfs4proc.c if (locks_in_grace() && !(cstate->save_fh.fh_export->ex_flags cstate 602 fs/nfsd/nfs4proc.c status = nfsd_rename(rqstp, &cstate->save_fh, rename->rn_sname, cstate 603 fs/nfsd/nfs4proc.c rename->rn_snamelen, &cstate->current_fh, cstate 611 fs/nfsd/nfs4proc.c (S_ISDIR(cstate->save_fh.fh_dentry->d_inode->i_mode) && cstate 612 fs/nfsd/nfs4proc.c S_ISDIR(cstate->current_fh.fh_dentry->d_inode->i_mode))) cstate 618 fs/nfsd/nfs4proc.c set_change_info(&rename->rn_sinfo, &cstate->current_fh); cstate 619 fs/nfsd/nfs4proc.c set_change_info(&rename->rn_tinfo, &cstate->save_fh); cstate 634 fs/nfsd/nfs4proc.c err = nfsd_lookup_dentry(rqstp, &cstate->current_fh, cstate 656 fs/nfsd/nfs4proc.c status = nfs4_preprocess_stateid_op(&cstate->current_fh, cstate 664 fs/nfsd/nfs4proc.c status = mnt_want_write(cstate->current_fh.fh_export->ex_path.mnt); cstate 669 fs/nfsd/nfs4proc.c status = nfsd4_set_nfs4_acl(rqstp, &cstate->current_fh, cstate 673 fs/nfsd/nfs4proc.c status = nfsd_setattr(rqstp, &cstate->current_fh, &setattr->sa_iattr, cstate 676 fs/nfsd/nfs4proc.c mnt_drop_write(cstate->current_fh.fh_export->ex_path.mnt); cstate 695 fs/nfsd/nfs4proc.c status = nfs4_preprocess_stateid_op(&cstate->current_fh, stateid, cstate 712 fs/nfsd/nfs4proc.c status = nfsd_write(rqstp, &cstate->current_fh, filp, cstate 736 fs/nfsd/nfs4proc.c status = fh_verify(rqstp, &cstate->current_fh, 0, NFSD_MAY_NOP); cstate 757 fs/nfsd/nfs4proc.c status = nfsd4_encode_fattr(&cstate->current_fh, cstate 758 fs/nfsd/nfs4proc.c cstate->current_fh.fh_export, cstate 759 fs/nfsd/nfs4proc.c cstate->current_fh.fh_dentry, buf, cstate 787 fs/nfsd/nfs4proc.c status = _nfsd4_verify(rqstp, cstate, verify); cstate 797 fs/nfsd/nfs4proc.c status = _nfsd4_verify(rqstp, cstate, verify); cstate 818 fs/nfsd/nfs4proc.c if (cstate == NULL) cstate 820 fs/nfsd/nfs4proc.c fh_put(&cstate->current_fh); cstate 821 fs/nfsd/nfs4proc.c fh_put(&cstate->save_fh); cstate 822 fs/nfsd/nfs4proc.c BUG_ON(cstate->replay_owner); cstate 823 fs/nfsd/nfs4proc.c kfree(cstate); cstate 828 fs/nfsd/nfs4proc.c struct nfsd4_compound_state *cstate; cstate 830 fs/nfsd/nfs4proc.c cstate = kmalloc(sizeof(struct nfsd4_compound_state), GFP_KERNEL); cstate 831 fs/nfsd/nfs4proc.c if (cstate == NULL) cstate 833 fs/nfsd/nfs4proc.c fh_init(&cstate->current_fh, NFS4_FHSIZE); cstate 834 fs/nfsd/nfs4proc.c fh_init(&cstate->save_fh, NFS4_FHSIZE); cstate 835 fs/nfsd/nfs4proc.c cstate->replay_owner = NULL; cstate 836 fs/nfsd/nfs4proc.c return cstate; cstate 866 fs/nfsd/nfs4proc.c struct nfsd4_compound_state *cstate = NULL; cstate 889 fs/nfsd/nfs4proc.c cstate = cstate_alloc(); cstate 890 fs/nfsd/nfs4proc.c if (cstate == NULL) cstate 924 fs/nfsd/nfs4proc.c if (!cstate->current_fh.fh_dentry) { cstate 929 fs/nfsd/nfs4proc.c } else if (cstate->current_fh.fh_export->ex_fslocs.migrated && cstate 936 fs/nfsd/nfs4proc.c op->status = opdesc->op_func(rqstp, cstate, &op->u); cstate 942 fs/nfsd/nfs4proc.c op->replay = &cstate->replay_owner->so_replay; cstate 949 fs/nfsd/nfs4proc.c if (cstate->replay_owner) { cstate 950 fs/nfsd/nfs4proc.c nfs4_put_stateowner(cstate->replay_owner); cstate 951 fs/nfsd/nfs4proc.c cstate->replay_owner = NULL; cstate 960 fs/nfsd/nfs4proc.c cstate_free(cstate); cstate 2221 fs/nfsd/nfs4state.c (int)cstate->current_fh.fh_dentry->d_name.len, cstate 2222 fs/nfsd/nfs4state.c cstate->current_fh.fh_dentry->d_name.name); cstate 2224 fs/nfsd/nfs4state.c status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0); cstate 2230 fs/nfsd/nfs4state.c if ((status = nfs4_preprocess_seqid_op(&cstate->current_fh, cstate 2251 fs/nfsd/nfs4state.c cstate->replay_owner = oc->oc_stateowner; cstate 2292 fs/nfsd/nfs4state.c (int)cstate->current_fh.fh_dentry->d_name.len, cstate 2293 fs/nfsd/nfs4state.c cstate->current_fh.fh_dentry->d_name.name); cstate 2300 fs/nfsd/nfs4state.c if ((status = nfs4_preprocess_seqid_op(&cstate->current_fh, cstate 2331 fs/nfsd/nfs4state.c cstate->replay_owner = od->od_stateowner; cstate 2348 fs/nfsd/nfs4state.c (int)cstate->current_fh.fh_dentry->d_name.len, cstate 2349 fs/nfsd/nfs4state.c cstate->current_fh.fh_dentry->d_name.name); cstate 2353 fs/nfsd/nfs4state.c if ((status = nfs4_preprocess_seqid_op(&cstate->current_fh, cstate 2375 fs/nfsd/nfs4state.c cstate->replay_owner = close->cl_stateowner; cstate 2387 fs/nfsd/nfs4state.c if ((status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0))) cstate 2391 fs/nfsd/nfs4state.c status = nfs4_preprocess_stateid_op(&cstate->current_fh, cstate 2636 fs/nfsd/nfs4state.c if ((status = fh_verify(rqstp, &cstate->current_fh, cstate 2658 fs/nfsd/nfs4state.c status = nfs4_preprocess_seqid_op(&cstate->current_fh, cstate 2685 fs/nfsd/nfs4state.c status = nfs4_preprocess_seqid_op(&cstate->current_fh, cstate 2765 fs/nfsd/nfs4state.c cstate->replay_owner = lock->lk_replay_owner; cstate 2797 fs/nfsd/nfs4state.c if ((status = fh_verify(rqstp, &cstate->current_fh, S_IFREG, 0))) { cstate 2804 fs/nfsd/nfs4state.c inode = cstate->current_fh.fh_dentry->d_inode; cstate 2843 fs/nfsd/nfs4state.c file.f_path.dentry = cstate->current_fh.fh_dentry; cstate 2879 fs/nfsd/nfs4state.c if ((status = nfs4_preprocess_seqid_op(&cstate->current_fh, cstate 2920 fs/nfsd/nfs4state.c cstate->replay_owner = locku->lu_stateowner; cstate 33 include/linux/netfilter/nf_conntrack_pptp.h enum pptp_ctrlcall_state cstate; /* call state */ cstate 130 include/net/slhc_vj.h struct cstate *next; /* next in ring (xmit) */ cstate 137 include/net/slhc_vj.h #define NULLSLSTATE (struct cstate *)0 cstate 143 include/net/slhc_vj.h struct cstate *tstate; /* transmit connection states (array)*/ cstate 144 include/net/slhc_vj.h struct cstate *rstate; /* receive connection states (array)*/ cstate 302 net/netfilter/nf_conntrack_pptp.c if (info->cstate != PPTP_CALL_OUT_REQ && cstate 303 net/netfilter/nf_conntrack_pptp.c info->cstate != PPTP_CALL_OUT_CONF) cstate 314 net/netfilter/nf_conntrack_pptp.c info->cstate = PPTP_CALL_OUT_CONF; cstate 318 net/netfilter/nf_conntrack_pptp.c info->cstate = PPTP_CALL_NONE; cstate 328 net/netfilter/nf_conntrack_pptp.c info->cstate = PPTP_CALL_IN_REQ; cstate 336 net/netfilter/nf_conntrack_pptp.c if (info->cstate != PPTP_CALL_IN_REP && cstate 337 net/netfilter/nf_conntrack_pptp.c info->cstate != PPTP_CALL_IN_CONF) cstate 347 net/netfilter/nf_conntrack_pptp.c info->cstate = PPTP_CALL_IN_CONF; cstate 357 net/netfilter/nf_conntrack_pptp.c info->cstate = PPTP_CALL_NONE; cstate 382 net/netfilter/nf_conntrack_pptp.c msg, ntohs(cid), ntohs(pcid), info->cstate, info->sstate, cstate 420 net/netfilter/nf_conntrack_pptp.c info->cstate = PPTP_CALL_OUT_REQ; cstate 429 net/netfilter/nf_conntrack_pptp.c if (info->cstate != PPTP_CALL_IN_REQ && cstate 430 net/netfilter/nf_conntrack_pptp.c info->cstate != PPTP_CALL_IN_REP) cstate 442 net/netfilter/nf_conntrack_pptp.c info->cstate = PPTP_CALL_IN_REP; cstate 445 net/netfilter/nf_conntrack_pptp.c info->cstate = PPTP_CALL_NONE; cstate 455 net/netfilter/nf_conntrack_pptp.c info->cstate = PPTP_CALL_CLEAR_REQ; cstate 477 net/netfilter/nf_conntrack_pptp.c msg, ntohs(cid), ntohs(pcid), info->cstate, info->sstate, cstate 562 net/netfilter/nf_conntrack_pptp.c oldcstate = info->cstate; cstate 577 net/netfilter/nf_conntrack_pptp.c oldsstate, info->sstate, oldcstate, info->cstate);