Searched refs:caps_total_count (Results 1 – 2 of 2) sorted by relevance
135 mdsc->caps_total_count = 0; in ceph_caps_finalize()170 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in ceph_reserve_caps()188 mdsc->caps_total_count += alloc; in ceph_reserve_caps()192 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in ceph_reserve_caps()199 ctx, mdsc->caps_total_count, mdsc->caps_use_count, in ceph_reserve_caps()214 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_unreserve_caps()235 mdsc->caps_total_count++; in ceph_get_cap()243 ctx, ctx->count, mdsc->caps_total_count, mdsc->caps_use_count, in ceph_get_cap()256 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in ceph_get_cap()[all …]
337 int caps_total_count; /* total caps allocated */ member