Searched refs:caps_total_count (Results 1 – 2 of 2) sorted by relevance
146 mdsc->caps_total_count = 0; in ceph_caps_finalize()178 mdsc->caps_total_count -= nr_caps; in __ceph_unreserve_caps()191 mdsc->caps_total_count, mdsc->caps_use_count, in __ceph_unreserve_caps()193 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in __ceph_unreserve_caps()225 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in ceph_reserve_caps()288 mdsc->caps_total_count += alloc; in ceph_reserve_caps()292 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in ceph_reserve_caps()302 ctx, mdsc->caps_total_count, mdsc->caps_use_count, in ceph_reserve_caps()339 mdsc->caps_total_count++; in ceph_get_cap()352 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in ceph_get_cap()[all …]
489 int caps_total_count; /* total caps allocated */ member