Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dcaps.c831 if (cap == ocap) in __ceph_caps_issued_other()
940 struct ceph_cap *ocap, int mask) in __ceph_caps_revoking_other() argument
947 if (cap != ocap && in __ceph_caps_revoking_other()
4111 struct ceph_cap *cap, *ocap, *new_cap = NULL; in handle_cap_import() local
4156 ocap = peer >= 0 ? __get_cap_for_mds(ci, peer) : NULL; in handle_cap_import()
4157 if (ocap && ocap->cap_id == p_cap_id) { in handle_cap_import()
4159 ocap, peer, ph->flags); in handle_cap_import()
4161 (ocap->seq != le32_to_cpu(ph->seq) || in handle_cap_import()
4162 ocap->mseq != le32_to_cpu(ph->mseq))) { in handle_cap_import()
4167 ceph_vinop(inode), peer, ocap->seq, in handle_cap_import()
[all …]
H A Dsuper.h790 struct ceph_cap *ocap, int mask);