Lines Matching refs:tcap
3890 struct ceph_cap *cap, *tcap, *new_cap = NULL; in handle_cap_export() local
3936 tcap = __get_cap_for_mds(ci, target); in handle_cap_export()
3937 if (tcap) { in handle_cap_export()
3939 if (tcap->cap_id == t_cap_id && in handle_cap_export()
3940 ceph_seq_cmp(tcap->seq, t_seq) < 0) { in handle_cap_export()
3941 dout(" updating import cap %p mds%d\n", tcap, target); in handle_cap_export()
3942 tcap->cap_id = t_cap_id; in handle_cap_export()
3943 tcap->seq = t_seq - 1; in handle_cap_export()
3944 tcap->issue_seq = t_seq - 1; in handle_cap_export()
3945 tcap->issued |= issued; in handle_cap_export()
3946 tcap->implemented |= issued; in handle_cap_export()
3948 ci->i_auth_cap = tcap; in handle_cap_export()
3949 change_auth_cap_ses(ci, tcap->session); in handle_cap_export()
3957 tcap = new_cap; in handle_cap_export()
3962 ci->i_auth_cap == tcap) { in handle_cap_export()
3965 &tcap->session->s_cap_flushing); in handle_cap_export()