Searched refs:caps_total_count (Results 1 – 2 of 2) sorted by relevance
143 mdsc->caps_total_count = 0; in ceph_caps_finalize()169 mdsc->caps_total_count -= nr_caps; in __ceph_unreserve_caps()182 mdsc->caps_total_count, mdsc->caps_use_count, in __ceph_unreserve_caps()184 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in __ceph_unreserve_caps()216 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in ceph_reserve_caps()278 mdsc->caps_total_count += alloc; in ceph_reserve_caps()282 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in ceph_reserve_caps()292 ctx, mdsc->caps_total_count, mdsc->caps_use_count, in ceph_reserve_caps()318 mdsc->caps_total_count++; in ceph_get_cap()331 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in ceph_get_cap()[all …]
377 int caps_total_count; /* total caps allocated */ member