Home
last modified time | relevance | path

Searched refs:caps_total_count (Results 1 – 2 of 2) sorted by relevance

/fs/ceph/
Dcaps.c140 mdsc->caps_total_count = 0; in ceph_caps_finalize()
175 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in ceph_reserve_caps()
193 mdsc->caps_total_count += alloc; in ceph_reserve_caps()
197 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in ceph_reserve_caps()
204 ctx, mdsc->caps_total_count, mdsc->caps_use_count, in ceph_reserve_caps()
219 mdsc->caps_total_count, mdsc->caps_use_count, in ceph_unreserve_caps()
221 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in ceph_unreserve_caps()
240 mdsc->caps_total_count++; in ceph_get_cap()
248 ctx, ctx->count, mdsc->caps_total_count, mdsc->caps_use_count, in ceph_get_cap()
261 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in ceph_get_cap()
[all …]
Dmds_client.h349 int caps_total_count; /* total caps allocated */ member