Searched refs:tcap (Results 1 – 1 of 1) sorted by relevance
4071 struct ceph_cap *cap, *tcap, *new_cap = NULL; in handle_cap_export() local4118 tcap = __get_cap_for_mds(ci, target); in handle_cap_export()4119 if (tcap) { in handle_cap_export()4121 if (tcap->cap_id == t_cap_id && in handle_cap_export()4122 ceph_seq_cmp(tcap->seq, t_issue_seq) < 0) { in handle_cap_export()4123 doutc(cl, " updating import cap %p mds%d\n", tcap, in handle_cap_export()4125 tcap->cap_id = t_cap_id; in handle_cap_export()4126 tcap->seq = t_issue_seq - 1; in handle_cap_export()4127 tcap->issue_seq = t_issue_seq - 1; in handle_cap_export()4128 tcap->issued |= issued; in handle_cap_export()[all …]