Home
last modified time | relevance | path

Searched refs:tcap (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/ceph/
Dcaps.c3561 struct ceph_cap *cap, *tcap, *new_cap = NULL; in handle_cap_export() local
3609 tcap = __get_cap_for_mds(ci, target); in handle_cap_export()
3610 if (tcap) { in handle_cap_export()
3612 if (tcap->cap_id == t_cap_id && in handle_cap_export()
3613 ceph_seq_cmp(tcap->seq, t_seq) < 0) { in handle_cap_export()
3614 dout(" updating import cap %p mds%d\n", tcap, target); in handle_cap_export()
3615 tcap->cap_id = t_cap_id; in handle_cap_export()
3616 tcap->seq = t_seq - 1; in handle_cap_export()
3617 tcap->issue_seq = t_seq - 1; in handle_cap_export()
3618 tcap->issued |= issued; in handle_cap_export()
[all …]