Lines Matching refs:mseq
618 unsigned seq, unsigned mseq, u64 realmino, int flags, in ceph_add_cap() argument
646 cap->mseq = 0; in ceph_add_cap()
671 mseq = cap->mseq; in ceph_add_cap()
728 ceph_seq_cmp(ci->i_auth_cap->mseq, mseq) < 0) { in ceph_add_cap()
742 if (ceph_seq_cmp(mseq, cap->mseq) > 0) in ceph_add_cap()
748 cap->mseq = mseq; in ceph_add_cap()
1116 u32 seq, issue_seq, mseq, time_warp_seq; member
1144 arg->mseq, arg->follows, arg->size, arg->max_size, in send_cap_msg()
1166 fc->migrate_seq = cpu_to_le32(arg->mseq); in send_cap_msg()
1360 arg.mseq = cap->mseq; in __send_cap()
1392 u32 mseq, u64 oldest_flush_tid) in __send_flush_snap() argument
1419 arg.mseq = mseq; in __send_flush_snap()
1523 ret = __send_flush_snap(inode, session, capsnap, cap->mseq, in __ceph_flush_snaps()
2337 ret = __send_flush_snap(inode, session, capsnap, cap->mseq, in __kick_flushing_caps()
3515 unsigned mseq = le32_to_cpu(ex->migrate_seq); in handle_cap_export() local
3523 t_mseq = le32_to_cpu(ph->mseq); in handle_cap_export()
3531 inode, ci, mds, mseq, target); in handle_cap_export()
3555 ceph_vinop(inode), mds, cap->seq, cap->mseq, in handle_cap_export()
3569 tcap->mseq = t_mseq; in handle_cap_export()
3657 unsigned mseq = le32_to_cpu(im->migrate_seq); in handle_cap_import() local
3672 inode, ci, mds, mseq, peer); in handle_cap_import()
3694 ceph_add_cap(inode, session, cap_id, -1, caps, wanted, seq, mseq, in handle_cap_import()
3703 ocap->mseq != le32_to_cpu(ph->mseq))) { in handle_cap_import()
3709 ocap->mseq, mds, le32_to_cpu(ph->seq), in handle_cap_import()
3710 le32_to_cpu(ph->mseq)); in handle_cap_import()
3740 u32 seq, mseq; in ceph_handle_caps() local
3758 mseq = le32_to_cpu(h->migrate_seq); in ceph_handle_caps()
3859 cap->mseq = mseq; in ceph_handle_caps()
4150 rel->mseq = cpu_to_le32(cap->mseq); in ceph_encode_inode_release()