Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dcaps.c4074 u32 t_issue_seq, t_mseq; in handle_cap_export() local
4080 t_issue_seq = le32_to_cpu(ph->issue_seq); in handle_cap_export()
4084 t_cap_id = t_issue_seq = t_mseq = 0; in handle_cap_export()
4089 ceph_vinop(inode), target, t_issue_seq, t_mseq); in handle_cap_export()
4122 ceph_seq_cmp(tcap->seq, t_issue_seq) < 0) { 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()
4142 t_issue_seq - 1, t_mseq, (u64)-1, flag, &new_cap); in handle_cap_export()