Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ceph/
Dcaps.c841 int __ceph_caps_issued_other(struct ceph_inode_info *ci, struct ceph_cap *ocap) in __ceph_caps_issued_other() argument
849 if (cap == ocap) in __ceph_caps_issued_other()
958 struct ceph_cap *ocap, int mask) in __ceph_caps_revoking_other() argument
965 if (cap != ocap && in __ceph_caps_revoking_other()
3882 struct ceph_cap *cap, *ocap, *new_cap = NULL; in handle_cap_import() local
3927 ocap = peer >= 0 ? __get_cap_for_mds(ci, peer) : NULL; in handle_cap_import()
3928 if (ocap && ocap->cap_id == p_cap_id) { in handle_cap_import()
3930 ocap, peer, ph->flags); in handle_cap_import()
3932 (ocap->seq != le32_to_cpu(ph->seq) || in handle_cap_import()
3933 ocap->mseq != le32_to_cpu(ph->mseq))) { in handle_cap_import()
[all …]
Dsuper.h710 struct ceph_cap *ocap, int mask);