Searched refs:ocap (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | caps.c | 839 * Get cap bits issued by caps other than @ocap 841 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() 965 if (cap != ocap && in __ceph_caps_revoking_other() 4020 struct ceph_cap *cap, *ocap, *new_cap = NULL; in handle_cap_import() local 4065 ocap = peer >= 0 ? __get_cap_for_mds(ci, peer) : NULL; in handle_cap_import() 4066 if (ocap && ocap->cap_id == p_cap_id) { in handle_cap_import() 4068 ocap, pee in handle_cap_import() 957 __ceph_caps_revoking_other(struct ceph_inode_info *ci, struct ceph_cap *ocap, int mask) __ceph_caps_revoking_other() argument [all...] |
H A D | super.h | 733 struct ceph_cap *ocap, int mask);
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | caps.c | 821 * Get cap bits issued by caps other than @ocap 823 int __ceph_caps_issued_other(struct ceph_inode_info *ci, struct ceph_cap *ocap) in __ceph_caps_issued_other() argument 831 if (cap == ocap) in __ceph_caps_issued_other() 940 struct ceph_cap *ocap, int mask) in __ceph_caps_revoking_other() 947 if (cap != ocap && in __ceph_caps_revoking_other() 4108 struct ceph_cap *cap, *ocap, *new_cap = NULL; in handle_cap_import() local 4153 ocap = peer >= 0 ? __get_cap_for_mds(ci, peer) : NULL; in handle_cap_import() 4154 if (ocap && ocap->cap_id == p_cap_id) { in handle_cap_import() 4156 ocap, pee in handle_cap_import() 939 __ceph_caps_revoking_other(struct ceph_inode_info *ci, struct ceph_cap *ocap, int mask) __ceph_caps_revoking_other() argument [all...] |
H A D | super.h | 790 struct ceph_cap *ocap, int mask);
|
Completed in 15 milliseconds