Searched refs:caps_total_count (Results 1 – 2 of 2) sorted by relevance
148 mdsc->caps_total_count = 0; in ceph_caps_finalize()180 mdsc->caps_total_count -= nr_caps; in __ceph_unreserve_caps()193 mdsc->caps_total_count, mdsc->caps_use_count, in __ceph_unreserve_caps()195 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in __ceph_unreserve_caps()228 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in ceph_reserve_caps()291 mdsc->caps_total_count += alloc; in ceph_reserve_caps()295 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in ceph_reserve_caps()305 mdsc->caps_total_count, mdsc->caps_use_count, in ceph_reserve_caps()344 mdsc->caps_total_count++; in ceph_get_cap()357 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in ceph_get_cap()[all …]
531 int caps_total_count; /* total caps allocated */ member