Searched refs:caps_total_count (Results 1 – 2 of 2) sorted by relevance
144 mdsc->caps_total_count = 0; in ceph_caps_finalize()176 mdsc->caps_total_count -= nr_caps; in __ceph_unreserve_caps()189 mdsc->caps_total_count, mdsc->caps_use_count, in __ceph_unreserve_caps()191 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in __ceph_unreserve_caps()223 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in ceph_reserve_caps()286 mdsc->caps_total_count += alloc; in ceph_reserve_caps()290 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in ceph_reserve_caps()300 ctx, mdsc->caps_total_count, mdsc->caps_use_count, in ceph_reserve_caps()337 mdsc->caps_total_count++; in ceph_get_cap()350 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in ceph_get_cap()[all …]
459 int caps_total_count; /* total caps allocated */ member