Searched refs:ocap (Results 1 – 2 of 2) sorted by relevance
700 int __ceph_caps_issued_other(struct ceph_inode_info *ci, struct ceph_cap *ocap) in __ceph_caps_issued_other() argument708 if (cap == ocap) in __ceph_caps_issued_other()802 struct ceph_cap *ocap, int mask) in __ceph_caps_revoking_other() argument809 if (cap != ocap && in __ceph_caps_revoking_other()3314 struct ceph_cap *cap, *ocap, *new_cap = NULL; in handle_cap_import() local3360 ocap = peer >= 0 ? __get_cap_for_mds(ci, peer) : NULL; in handle_cap_import()3361 if (ocap && ocap->cap_id == p_cap_id) { in handle_cap_import()3363 ocap, peer, ph->flags); in handle_cap_import()3365 (ocap->seq != le32_to_cpu(ph->seq) || in handle_cap_import()3366 ocap->mseq != le32_to_cpu(ph->mseq))) { in handle_cap_import()[all …]
587 struct ceph_cap *ocap, int mask);