Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dcaps.c143 mdsc->caps_total_count = 0; in ceph_caps_finalize()
169 mdsc->caps_total_count -= nr_caps; in __ceph_unreserve_caps()
182 mdsc->caps_total_count, mdsc->caps_use_count, in __ceph_unreserve_caps()
184 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in __ceph_unreserve_caps()
216 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in ceph_reserve_caps()
278 mdsc->caps_total_count += alloc; in ceph_reserve_caps()
282 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in ceph_reserve_caps()
292 ctx, mdsc->caps_total_count, mdsc->caps_use_count, in ceph_reserve_caps()
318 mdsc->caps_total_count++; in ceph_get_cap()
331 BUG_ON(mdsc->caps_total_count != mdsc->caps_use_count + in ceph_get_cap()
[all …]
Dmds_client.h377 int caps_total_count; /* total caps allocated */ member