Searched refs:caps_total_count (Results 1 – 2 of 2) sorted by relevance
147 mdsc->caps_total_count = 0; in ceph_caps_finalize()179 mdsc->caps_total_count -= nr_caps; in __ceph_unreserve_caps()192 mdsc->caps_total_count, mdsc->caps_use_count, in __ceph_unreserve_caps()194 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in __ceph_unreserve_caps()227 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in ceph_reserve_caps()290 mdsc->caps_total_count += alloc; in ceph_reserve_caps()294 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in ceph_reserve_caps()304 mdsc->caps_total_count, mdsc->caps_use_count, in ceph_reserve_caps()343 mdsc->caps_total_count++; in ceph_get_cap()356 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in ceph_get_cap()[all …]
522 int caps_total_count; /* total caps allocated */ member