Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ceph/
Dcaps.c144 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 …]
Dmds_client.h459 int caps_total_count; /* total caps allocated */ member