Searched refs:ocap (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/fs/ceph/ |
| H A D | caps.c | 855 if (cap == ocap) in __ceph_caps_issued_other() 967 struct ceph_cap *ocap, int mask) in __ceph_caps_revoking_other() argument 974 if (cap != ocap && in __ceph_caps_revoking_other() 4206 struct ceph_cap *cap, *ocap, *new_cap = NULL; in handle_cap_import() local 4255 ocap = peer >= 0 ? __get_cap_for_mds(ci, peer) : NULL; in handle_cap_import() 4256 if (ocap && ocap->cap_id == p_cap_id) { in handle_cap_import() 4258 ocap, peer, ph->flags); in handle_cap_import() 4260 (ocap->seq != piseq || in handle_cap_import() 4261 ocap->mseq != pmseq)) { in handle_cap_import() 4266 ocap->seq, ocap->mseq, mds, piseq, pmseq); in handle_cap_import() [all …]
|
| H A D | super.h | 798 struct ceph_cap *ocap, int mask);
|