Lines Matching refs:tcap
3859 struct ceph_cap *cap, *tcap, *new_cap = NULL; in handle_cap_export() local
3906 tcap = __get_cap_for_mds(ci, target); in handle_cap_export()
3907 if (tcap) { in handle_cap_export()
3909 if (tcap->cap_id == t_cap_id && in handle_cap_export()
3910 ceph_seq_cmp(tcap->seq, t_seq) < 0) { in handle_cap_export()
3911 dout(" updating import cap %p mds%d\n", tcap, target); in handle_cap_export()
3912 tcap->cap_id = t_cap_id; in handle_cap_export()
3913 tcap->seq = t_seq - 1; in handle_cap_export()
3914 tcap->issue_seq = t_seq - 1; in handle_cap_export()
3915 tcap->issued |= issued; in handle_cap_export()
3916 tcap->implemented |= issued; in handle_cap_export()
3918 ci->i_auth_cap = tcap; in handle_cap_export()
3919 change_auth_cap_ses(ci, tcap->session); in handle_cap_export()
3927 tcap = new_cap; in handle_cap_export()
3932 ci->i_auth_cap == tcap) { in handle_cap_export()
3935 &tcap->session->s_cap_flushing); in handle_cap_export()